X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=.gitignore;h=db80e62e1f5ed2fa1be14e7be8270bcb47f813f2;hb=7ac6b8ac4422eeff85370e103c72c9413343e879;hp=62df77b7f08ad5786c2e8919132aaaaf6cd00c73;hpb=9618eb000646b2bcebde0e6c689473dc99d5fb10;p=myslice.git diff --git a/.gitignore b/.gitignore index 62df77b7..db80e62e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,10 +7,13 @@ TAGS *.pyc *~ # these essentially are copies/links from other places -static/ -all-templates/ -# 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