Browse Source

update gitignore a little bit; should work better nao, but i‘m unsure

pull/40/head
czaks 10 years ago
parent
commit
ae4cf699c8
  1. 27
      .gitignore

27
.gitignore

@ -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…
Cancel
Save