]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
chore: update Bower ignored files list
authorNicolas Coden <nicolas@ncoden.fr>
Mon, 25 Jun 2018 22:42:58 +0000 (00:42 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Mon, 25 Jun 2018 22:42:58 +0000 (00:42 +0200)
bower.json

index 1cbd79ad5d1a9912fbc9042a86433299dcd8f310..cbc3bdc49af1586d11f551509b3c5096ae431069 100644 (file)
@@ -7,24 +7,37 @@
     "dist/js/foundation.js"
   ],
   "ignore": [
-    "config",
-    "docs",
-    "gulp",
-    "lib",
-    "test",
+    ".babelrc",
+    ".browserslistrc",
+    ".commitlintrc.yml",
+    ".editorconfig",
+    ".eslintrc",
+    ".huskyrc.yml",
+    ".jshintrc",
+    ".sass-lint.yml",
+    ".travis.yml",
+    ".versions",
+    "bower.json",
+    "browserstack.json",
+    "code-of-conduct.md",
     "composer.json",
     "CONTRIBUTING.md",
+    "docslink.sh",
     "gulpfile.js",
     "meteor-README.md",
     "package.js",
-    "package.json",
+    "package-lock.json",
     "sache.json",
-    ".editorconfig",
-    ".npm",
-    ".gitignore",
-    ".npmignore",
-    ".versions",
-    ".babelrc",
-    "yarn.lock"
+    "webpack.config.js",
+    "yarn.lock",
+    ".github",
+    "config",
+    "customizer",
+    "docs",
+    "gulp",
+    "lib",
+    "spec",
+    "script",
+    "test"
   ]
 }