X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=.gitignore;h=db80e62e1f5ed2fa1be14e7be8270bcb47f813f2;hb=7b369897171d7d8bf3b30bf6d8200813b3e142e0;hp=90282c09b8618da512d1e6bfccc588fee21b57e2;hpb=942f0c826530444332e45de0367b560e0af22b33;p=myslice.git diff --git a/.gitignore b/.gitignore index 90282c09..db80e62e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,19 @@ +# any local dbfile +*.sqlite3 +# here is a mode to 'record' the backend answers and replay them offline +offline-* +# the usual useless crap TAGS *.pyc -*.sqlite3 *~ - +# these essentially are copies/links from other places +/static/ +/templates/ +# sequels of running setup.py +build/ +# css, js and html stuff for plugins should comply with +# the general django layout (templates/ and statics/{css,js}/) +# however symlinks can be convenient in a work tree +plugins/*/*.css +plugins/*/*.js +plugins/*/*.html