Skip to content

Commit

Permalink
chore: update Bower ignored files list
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoden committed Jun 25, 2018
1 parent 39056a7 commit 54269a7
Showing 1 changed file with 26 additions and 13 deletions.
39 changes: 26 additions & 13 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}

0 comments on commit 54269a7

Please # to comment.