2014-04-16 12:14:29 +02:00
|
|
|
# static html and json
|
|
|
|
/*/*.html
|
|
|
|
/*/*.json
|
|
|
|
/*/res
|
|
|
|
/*/src
|
|
|
|
/*/thumb
|
|
|
|
/*/config.php
|
|
|
|
/*.html
|
|
|
|
|
|
|
|
# include some files though
|
|
|
|
!/templates/*.html
|
|
|
|
!/inc/config.php
|
|
|
|
|
|
|
|
# minify
|
|
|
|
/inc/lib/minify
|
2010-11-04 14:44:55 +01:00
|
|
|
|
|
|
|
# instance-config
|
2012-03-02 23:44:30 +01:00
|
|
|
/inc/instance-config.php
|
2010-11-27 13:32:18 +01:00
|
|
|
|
2010-12-01 13:38:20 +01:00
|
|
|
# .installed
|
2012-03-02 23:44:30 +01:00
|
|
|
/.installed
|
2010-12-01 13:38:20 +01:00
|
|
|
|
2011-10-02 14:18:23 +02:00
|
|
|
# script file
|
2012-03-02 23:44:30 +01:00
|
|
|
/main.js
|
|
|
|
|
|
|
|
# templates cache
|
|
|
|
/templates/cache
|
2011-10-02 14:18:23 +02:00
|
|
|
|
2010-11-27 13:32:18 +01:00
|
|
|
# other stuff
|
2013-07-18 17:28:35 +02:00
|
|
|
.DS_Store
|
2014-04-16 12:14:29 +02:00
|
|
|
.htaccess
|
2010-11-27 13:32:18 +01:00
|
|
|
thumbs.db
|
|
|
|
Icon?
|
|
|
|
Thumbs.db
|
2014-04-16 12:14:29 +02:00
|
|
|
*.patch
|
|
|
|
*.diff
|
|
|
|
*.rej
|
|
|
|
*.orig
|
|
|
|
*~
|
|
|
|
|
|
|
|
#vichan custom
|
|
|
|
favicon.ico
|
|
|
|
/static/spoiler.png
|