From e62ff8263112c26de8968a3a42f09d51616b772e 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