Browse Source

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

Herbert Vojčík 9 years ago
parent
commit
c641d58a97
2 changed files with 4 additions and 0 deletions
  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"