Tinyboard/.gitignore

50 lines
551 B
Plaintext
Raw Normal View History

# static html and json
/*/*.html
/*/*.json
/*/res
/*/src
/*/thumb
/*/config.php
/*.html
# include some files though
!/templates/*.html
!/inc/config.php
# instance-config
/inc/instance-config.php
# .installed
/.installed
# script file
/main.js
# templates cache
/templates/cache
# other stuff
.DS_Store
.htaccess
thumbs.db
Icon?
Thumbs.db
*.patch
*.diff
*.rej
*.orig
*~
2015-04-05 18:46:45 +02:00
# tmp filesystem
/tmp/cache/*
/tmp/locks/*
!/tmp/cache/.gitkeep
!/tmp/locks/.gitkeep
2019-11-29 02:46:07 -05:00
# site-specific media
favicon.ico
/static/spoiler.png
2018-03-01 20:28:14 -05:00
2019-11-29 02:46:07 -05:00
# dependencies directory
2018-03-01 20:28:14 -05:00
/vendor/