From a58e73159980f2a7f613cac6ff91b96c73cf3b6a Mon Sep 17 00:00:00 2001 From: Sam Clements Date: Tue, 17 Jul 2012 14:14:38 +0100 Subject: [PATCH] Added a gitignore file to ignore user files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1a7610d --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# Ignore the user config files +config.json + +# Ignore the user database +db.json