From 35d5d22b49a9b65d8566b3779415ca7a5314cdd9 Mon Sep 17 00:00:00 2001 From: Sundog Date: Wed, 1 Nov 2023 10:12:22 -0400 Subject: [PATCH] adds .env and aural_isle.sqlite.db to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 33460ab..6f9255a 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,5 @@ target/ # No need to store databases in the git repo **/*.sqlite +.env +aural_isle.sqlite.db