- commented debug
[myslice.git] / .gitignore
1 # any local dbfile
2 *.sqlite3
3 # here is a mode to 'record' the backend answers and replay them offline
4 offline-*
5 # the usual useless crap
6 TAGS
7 *.pyc
8 *~
9 # these essentially are copies/links from other places
10 /static/
11 /templates/
12 # sequels of running setup.py
13 build/
14 # css, js and html stuff for plugins should comply with
15 # the general django layout (templates/ and statics/{css,js}/)
16 # however symlinks can be convenient in a work tree
17 plugins/*/*.css
18 plugins/*/*.js
19 plugins/*/*.html