turn off default site on jessie
[myslice.git] / .gitignore
1 # any local dbfile
2 *.sqlite3
3 # the usual useless crap
4 TAGS
5 *.pyc
6 *~
7 # these essentially are copies/links from other places
8 /static/
9 /templates/
10 # sequels of running setup.py
11 build/
12 # css, js and html stuff for plugins should comply with
13 # the general django layout (templates/ and statics/{css,js}/)
14 # however symlinks can be convenient in a work tree
15 plugins/*/*.css
16 plugins/*/*.js
17 plugins/*/*.html
18 # myslice.ini* is not intended to be under git as it may contain keys and other specifics
19 myslice.ini*
20 # other junk
21 foo.*