From ac096a29e3676d9756a3f3f57a619c15dc10c7ec Mon Sep 17 00:00:00 2001 From: Benjamin Worwa Date: Tue, 1 Jul 2014 11:55:05 -0430 Subject: [PATCH] Create .gitignore Why aren't we ignoring sqlite databases at this point? --- app/database/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/database/.gitignore diff --git a/app/database/.gitignore b/app/database/.gitignore new file mode 100644 index 00000000..9b1dffd9 --- /dev/null +++ b/app/database/.gitignore @@ -0,0 +1 @@ +*.sqlite