From 03de0d109a864a357bc338851790592942aa4d68 Mon Sep 17 00:00:00 2001 From: Lynn Neir Date: Mon, 13 Feb 2017 16:43:08 -0800 Subject: [PATCH] add gitignore file --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..0ca39c00 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +node_modules +dist +.DS_Store