]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
ignore gem files when generating npm and bower packages
authorZoran <zoran@zurb.com>
Wed, 18 May 2016 21:01:18 +0000 (14:01 -0700)
committerZoran <zoran@zurb.com>
Wed, 18 May 2016 21:01:18 +0000 (14:01 -0700)
.npmignore
bower.json

index 12fb0804cf9a38e1ea030246c6f268e665c19e52..a93a85ac4e1ce3739558df15db29845db9681bb4 100644 (file)
@@ -1,4 +1,5 @@
 _build
 docs
+gem
 inky
-testing
\ No newline at end of file
+testing
index 67af98ef8202548d00f4454acb8863f4fa7f90cd..dfededfe4436d32f0df2520d1450deb81dc5bcb4 100644 (file)
@@ -11,6 +11,7 @@
     "**/.*",
     "node_modules",
     "bower_components",
+    "gem",
     "test",
     "tests"
   ]