X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=.gitignore;h=bf4b0b504756c3121acd3b408ae2ec3939080104;hb=111d0fcb9681bf94ff184fe43bf636b6d672cbff;hp=d2fb6c467db6cb9ee1277d701caa90a1856115fd;hpb=e18eecaad4e955ad4d07861888c917e808b3a14a;p=unfold.git diff --git a/.gitignore b/.gitignore index d2fb6c46..bf4b0b50 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,24 @@ # 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 +# myslice.ini* is not intended to be under git as it may contain keys and other specifics +myslice.ini* +# other junk +foo.* +.project +.pydevproject +/sla/trashcan \ No newline at end of file