From 5be30d15e61688ed235c73fa5f470c2ad625e966 Mon Sep 17 00:00:00 2001 From: Tom Russell Date: Thu, 31 May 2018 03:23:15 +0100 Subject: [PATCH] Ignore config and node_modules --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..a88a3a89 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# Packages +node_modules + +# Config, data +config.json