1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-12 01:50: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-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
.htaccess
2010-11-27 13:32:18 +01:00
thumbs.db
Icon?
Thumbs.db
*.patch
*.diff
*.rej
*.orig
*~
#vichan custom
favicon.ico
/static/spoiler.png