mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-13 21:13:40 +02:00
feat: add .txt-files and gitignore rules (#7)
This PR adds some .txt files! And a rule that prevents robots.txt from being tracked, as that one should be added on a per-installation basis. Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/7 Co-authored-by: Victor Westerlund <victor.vesterlund@gmail.com> Co-committed-by: Victor Westerlund <victor.vesterlund@gmail.com>
This commit is contained in:
parent
f551d5d889
commit
1ac2704124
3 changed files with 10 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,3 +1,8 @@
|
|||
# Public assets #
|
||||
#################
|
||||
public/robots.txt
|
||||
public/.well-known
|
||||
|
||||
assets/js/modules/npm
|
||||
|
||||
# Bootstrapping #
|
||||
|
|
1
public/humans.txt
Normal file
1
public/humans.txt
Normal file
|
@ -0,0 +1 @@
|
|||
This website was designed, coded, and configured with love, and coffee... and love for coffee... by Victor Westerlund.
|
4
public/security.txt
Normal file
4
public/security.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
# If you would like to report a security issue
|
||||
# you may report it to me via email or via Matrix
|
||||
Contact: https://vlw.se/contact
|
||||
Encryption: https://keys.openpgp.org/vks/v1/by-fingerprint/DCE987311CB5D2A252F58951D0AD730E1057DFC6
|
Loading…
Add table
Reference in a new issue