update gitignore a little bit; should work better nao, but i‘m unsure
This commit is contained in:
parent
48bc9d9e29
commit
ae4cf699c8
27
.gitignore
vendored
27
.gitignore
vendored
@ -1,5 +1,18 @@
|
|||||||
# static html
|
# static html and json
|
||||||
*.html
|
/*/*.html
|
||||||
|
/*/*.json
|
||||||
|
/*/res
|
||||||
|
/*/src
|
||||||
|
/*/thumb
|
||||||
|
/*/config.php
|
||||||
|
/*.html
|
||||||
|
|
||||||
|
# include some files though
|
||||||
|
!/templates/*.html
|
||||||
|
!/inc/config.php
|
||||||
|
|
||||||
|
# minify
|
||||||
|
/inc/lib/minify
|
||||||
|
|
||||||
# instance-config
|
# instance-config
|
||||||
/inc/instance-config.php
|
/inc/instance-config.php
|
||||||
@ -15,6 +28,16 @@
|
|||||||
|
|
||||||
# other stuff
|
# other stuff
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.htaccess
|
||||||
thumbs.db
|
thumbs.db
|
||||||
Icon?
|
Icon?
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
*.patch
|
||||||
|
*.diff
|
||||||
|
*.rej
|
||||||
|
*.orig
|
||||||
|
*~
|
||||||
|
|
||||||
|
#vichan custom
|
||||||
|
favicon.ico
|
||||||
|
/static/spoiler.png
|
||||||
|
Loading…
Reference in New Issue
Block a user