From 24055429b7ba66c6e2e65aacf623272f80af742a Mon Sep 17 00:00:00 2001 From: Kevin Date: Sun, 3 Oct 2021 18:57:11 +0200 Subject: [PATCH] Added capture.jpg and local sqlite3 file to ignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index b6e4761..1fe27cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ +# local ignore files + +brew.db +assets/capture.jpg + + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]