From 5ed4e0520e7df23af4a827977ab520582a856868 Mon Sep 17 00:00:00 2001 From: Eliot Partridge Date: Thu, 29 Aug 2019 22:44:05 -0500 Subject: [PATCH] Create preliminary .gitignore Ignores build artifcats, but not src/ts/generated --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b5f8cf8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +node_modules/ +src/scripts/ +build/ +build-copy/ +logs/ +settings/ + +config.json \ No newline at end of file