Ver código fonte

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

Herbert Vojčík 9 anos atrás
pai
commit
c641d58a97
2 arquivos alterados com 4 adições e 0 exclusões
  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"