X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=.gitignore;h=db80e62e1f5ed2fa1be14e7be8270bcb47f813f2;hb=7b369897171d7d8bf3b30bf6d8200813b3e142e0;hp=d2fb6c467db6cb9ee1277d701caa90a1856115fd;hpb=1aea42c3668602aacfe22bc762ee939672129f53;p=myslice.git diff --git a/.gitignore b/.gitignore index d2fb6c46..db80e62e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,11 +7,13 @@ TAGS *.pyc *~ # these essentially are copies/links from other places -all-static/ -all-templates/ -django-static/ -# various working files -play/ -*.leftovers -*.hide -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