X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=.gitignore;h=ed36fe74e7beb9638f0028be1f80184489ea16e4;hb=96cee46c470e64780546bd2a0a99859369b6634b;hp=5c0ef9b1ab222bf9d5cac8077dadff44e0f5ce56;hpb=1f890ea0c653d62c2127921d43cf6ef233d7968b;p=myslice.git diff --git a/.gitignore b/.gitignore index 5c0ef9b1..ed36fe74 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,17 @@ +# any local dbfile +*.sqlite3 +# the usual useless crap TAGS *.pyc -*.sqlite3 *~ -all-static/ +# these essentially are copies/links from other places +/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