1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-31 12:23:48 +01:00
vichan/.gitignore

44 lines
492 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
# minify
/inc/lib/minify
2010-11-05 00:44:55 +11:00
# instance-config
2012-03-02 23:44:30 +01:00
/inc/instance-config.php
2010-11-27 04:32:18 -08:00
2010-12-01 04:38:20 -08:00
# .installed
2012-03-02 23:44:30 +01:00
/.installed
2010-12-01 04:38:20 -08:00
2011-10-02 23:18:23 +11:00
# script file
2012-03-02 23:44:30 +01:00
/main.js
# templates cache
/templates/cache
2011-10-02 23:18:23 +11:00
2010-11-27 04:32:18 -08:00
# other stuff
2013-07-18 11:28:35 -04:00
.DS_Store
.htaccess
2010-11-27 04:32:18 -08:00
thumbs.db
Icon?
Thumbs.db
*.patch
*.diff
*.rej
*.orig
*~
#vichan custom
favicon.ico
/static/spoiler.png