From e77a42cdeca3f4c484f82a335a8a2bb8382d4fcc Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Sat, 14 Jan 2017 21:48:51 -0500 Subject: Initial commit! 🚀 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f8275b5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/dist +/test-reports +/node_modules +/npm-debug.log +.DS_Store -- cgit v1.2.3