From 1023ef6899adb079487ac9d9fd80743169ca50ce Mon Sep 17 00:00:00 2001 From: Viktor Eriksson Date: Thu, 21 Apr 2016 15:50:25 +0200 Subject: [PATCH] Added node_modules to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1517320..3e7ec31 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,6 @@ atlassian-ide-plugin.xml # generated by Crashlytics plugin (for Android Studio and Intellij) com_crashlytics_export_strings.xml .gitignore (END) + +# npm +node_modules