From 8025bd81dceab3f9c9dd6302b352196f84a10d2f Mon Sep 17 00:00:00 2001 From: Eric Simons Date: Thu, 20 Apr 2017 10:48:36 -0700 Subject: [PATCH] Update .gitignore --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2725c8d --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# See http://help.github.com/ignore-files/ for more about ignoring files. + +# dependencies +/node_modules +/bower_components + +# IDEs and editors +/.idea +.project +.classpath +*.launch +.settings/ + + +#System Files +.DS_Store +Thumbs.db