X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=.gitignore;h=52c5d5fe43ce056b777806a2f7af2e1044bbd81c;hb=fcbcb07e40441b9396d2fa75d189e9e32fc464fa;hp=0c2bdeeaaacb1062e72cf6d945d7099aea097f5e;hpb=a3926fc96d8e29d27ab4f85f2f6210c75e431bad;p=myslice.git diff --git a/.gitignore b/.gitignore index 0c2bdeea..52c5d5fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,18 @@ +# any local dbfile +*.sqlite3 +# the usual useless crap TAGS *.pyc -*.sqlite3 *~ -all-static/ -all-templates/ +# 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 +myslice.ini*