.gitignore properly ignores node modules.
authorlaury <laury@gaslightmedia.com>
Fri, 2 Mar 2018 00:00:25 +0000 (19:00 -0500)
committerlaury <laury@gaslightmedia.com>
Fri, 2 Mar 2018 00:00:34 +0000 (19:00 -0500)
.gitignore

index a088b6f..435dd82 100644 (file)
@@ -1,2 +1,3 @@
-node_modules
-bower_components
+*.DS_Store
+/bower_components/*
+/node_modules/*