X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=.gitignore;h=db80e62e1f5ed2fa1be14e7be8270bcb47f813f2;hb=fea9b7e286cc86f11844e371d67d184198afc287;hp=d2fb6c467db6cb9ee1277d701caa90a1856115fd;hpb=1755b9733f085571d510056527290b06168c03ef;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