mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-13 21:13:40 +02:00
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>
24 lines
298 B
Text
Executable file
24 lines
298 B
Text
Executable file
# Public assets #
|
|
#################
|
|
public/robots.txt
|
|
public/.well-known
|
|
|
|
assets/js/modules/npm
|
|
|
|
# Bootstrapping #
|
|
#################
|
|
vendor
|
|
node_modules
|
|
.env.ini
|
|
|
|
# OS generated files #
|
|
######################
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
Icon?
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
.directory
|