X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=.gitignore;h=db80e62e1f5ed2fa1be14e7be8270bcb47f813f2;hb=d384e4b10bf9ba67f610bef72cf0e5b2dd747baf;hp=8e936432b2c124bcc9562ee0ad2e178f684d9433;hpb=0cbc9f638620bacbb23e562a3d7ac7eec966ea5d;p=myslice.git diff --git a/.gitignore b/.gitignore index 8e936432..db80e62e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +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 *~ -all-static/ -all-templates/ -offline-* -play/ -*.leftovers +# 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