From a8af801ab09b011f2a7f5ba1e7c0369de9de6499 Mon Sep 17 00:00:00 2001 From: Andreas Billmann Date: Tue, 1 Sep 2015 20:10:46 +0200 Subject: [PATCH] added ignore file to the project added ignore file to avoid versioning the database files and the scenicView.properties --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index fd2d5e0..c57b043 100644 --- a/.gitignore +++ b/.gitignore @@ -74,3 +74,5 @@ crashlytics.properties crashlytics-build.properties +*.db +scenicView.properties