From 25101f14e724d863f240ab4184f8052eb30a99f8 Mon Sep 17 00:00:00 2001 From: Seil0 Date: Wed, 15 Jan 2020 20:03:53 +0100 Subject: [PATCH] added databases in the resource folder to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e17d3e7..fdf52d7 100644 --- a/.gitignore +++ b/.gitignore @@ -86,3 +86,6 @@ local.properties # Locally stored "Eclipse launch configurations" *.launch + +# SQLite +/src/main/resources/*.db