From a0cbe439f26499dce0fc6d4fc9e5e75e4d36df68 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 26 Jul 2022 21:43:26 +1000 Subject: [PATCH] Ignore plugins directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4e4732d..2909ca6 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ # InvenTree project files env/ static/ +plugins/ pgdb/ *.sqlite3 *.journal