From 1b170570a8e86ead0a68db9e7599c55db86a42b4 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 28 Jul 2021 22:46:23 +1000 Subject: [PATCH] Ignore some files --- .gitignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b27337a..f3e02be 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,13 @@ # Temp files *.json.tmp -*.tmp.json \ No newline at end of file +*.tmp.json + +# InvenTree project files +env/ +static/ +*.sqlite3 +*.journal +*.yaml +*.yml +*.txt \ No newline at end of file