X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=.gitignore;h=52c5d5fe43ce056b777806a2f7af2e1044bbd81c;hb=d8b349aeaca7af55f020f7344863003a1a478c0a;hp=a7f44c4fd27a1e737e282256c6a4c99969a5b1f0;hpb=9e01f57d2b7cb28d2d149f4a6c8c010752f429b6;p=myslice.git diff --git a/.gitignore b/.gitignore index a7f44c4f..52c5d5fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,18 @@ # any local dbfile *.sqlite3 -# here is a mode to 'record' the backend answers and replay them offline -offline-* # the usual useless crap TAGS *.pyc *~ # these essentially are copies/links from other places -all-static/ -all-templates/ -django-static/ -# various working files -play/ -*.leftovers -entrypoints.ongoing/ +/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*