From 2a9950d08daf33ff63832efe67a174109272741e Mon Sep 17 00:00:00 2001 From: David Tesler Date: Fri, 28 Apr 2017 17:27:06 -0700 Subject: [PATCH] add .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dab4e51 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# git ignore + +node_modules/