Explorar o código

Ignoring 'external' dir in npm and bower.

Herbert Vojčík %!s(int64=10) %!d(string=hai) anos
pai
achega
c2cbbb4c77
Modificáronse 2 ficheiros con 18 adicións e 0 borrados
  1. 17 0
      .npmignore
  2. 1 0
      bower.json

+ 17 - 0
.npmignore

@@ -0,0 +1,17 @@
+# Ignoring Mac Finder files
+.DS_Store
+
+# Ignoring test runner
+test_runner.js
+
+# In case amber is also saved in a local Subversion
+.svn
+
+# Ignoring local NPM modules
+node_modules/
+
+# Ignoring local bower modules
+bower_components/
+
+# Exclude the externals
+/external/

+ 1 - 0
bower.json

@@ -6,6 +6,7 @@
     "**/.*",
     "node_modules",
     "bower_components",
+    "/external",
     "test",
     "tests"
   ],