]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update the ignore list of the npm and Bower packages to slim them down
authorGeoff Kimball <geoff@zurb.com>
Fri, 20 Nov 2015 21:48:10 +0000 (13:48 -0800)
committerGeoff Kimball <geoff@zurb.com>
Fri, 20 Nov 2015 21:48:10 +0000 (13:48 -0800)
.npmignore
bower.json

index daef1933319e369b1d401183497ee5639a419c37..58d3ee6a3fb74cc78f399f36c412d576b605b906 100644 (file)
@@ -6,3 +6,10 @@ docs
 gulp
 lib
 spec
+bower.json
+composer.json
+CONTRIBUTING.md
+gulpfile.js
+meteor-README.md
+package.js
+sache.json
index c2911c6a8892fcd68fc07931ec309b648f622641..4280060d4a62dd2c005ee929cc2360069c44ceb6 100644 (file)
@@ -8,8 +8,16 @@
   "ignore": [
     "config",
     "docs",
+    "gulp",
     "lib",
-    "spec"
+    "test",
+    "composer.json",
+    "CONTRIBUTING.md",
+    "gulpfile.js",
+    "meteor-README.md",
+    "package.js",
+    "package.json",
+    "sache.json"
   ],
   "dependencies": {
     "jquery": "~2.1.0",