From 9e01f57d2b7cb28d2d149f4a6c8c010752f429b6 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 2 Sep 2013 12:51:09 +0200 Subject: [PATCH] review .gitignore to be more comprehensive --- .gitignore | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8e936432..a7f44c4f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,16 @@ +# any local dbfile +*.sqlite3 +# here is a mode to 'record' the backend answers and replay them offline +offline-* +# the usual useless crap TAGS *.pyc -*.sqlite3 *~ +# these essentially are copies/links from other places all-static/ all-templates/ -offline-* +django-static/ +# various working files play/ *.leftovers +entrypoints.ongoing/ -- 2.43.0