X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=.gitignore;h=ed36fe74e7beb9638f0028be1f80184489ea16e4;hp=d2fb6c467db6cb9ee1277d701caa90a1856115fd;hb=120979bd0e438477dfeb702ed99d06a3d257b9af;hpb=1755b9733f085571d510056527290b06168c03ef diff --git a/.gitignore b/.gitignore index d2fb6c46..ed36fe74 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,17 @@ # 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 -*.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