X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=.gitignore;h=bb1d472f9aa651577d3d09555859e255c3a6b4a9;hp=62df77b7f08ad5786c2e8919132aaaaf6cd00c73;hb=253c727bf8b4f874ae9488a1393acc5bcbbeae37;hpb=9618eb000646b2bcebde0e6c689473dc99d5fb10 diff --git a/.gitignore b/.gitignore index 62df77b7..bb1d472f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,21 @@ # 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 -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 +# myslice.ini* is not intended to be under git as it may contain keys and other specifics +myslice.ini* +# other junk +foo.*