From 8677a72b7c2403a8d1fd419940f488908fccf8ca Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 31 Jan 2019 19:50:04 +1100 Subject: [PATCH] add gitignores back into app (#2643) --- database/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 database/.gitignore diff --git a/database/.gitignore b/database/.gitignore new file mode 100644 index 000000000000..bb55a4b89e24 --- /dev/null +++ b/database/.gitignore @@ -0,0 +1,2 @@ +*.sqlite +*-komodoproject \ No newline at end of file