Explorar el Código

.npmignore and bower ignore on par. Fix #1120.

Herbert Vojčík hace 9 años
padre
commit
c641d58a97
Se han modificado 2 ficheros con 4 adiciones y 0 borrados
  1. 3 0
      .npmignore
  2. 1 0
      bower.json

+ 3 - 0
.npmignore

@@ -19,3 +19,6 @@ bower_components/
 
 # Ignoring place dedicated to hand-cloned user modules
 /my/
+
+# Other generated or transient files
+config.js

+ 1 - 0
bower.json

@@ -9,6 +9,7 @@
     "/external",
     "/internal",
     "/my",
+    "config.js",
     "/test_runner.js",
     "test",
     "tests"