Skip to content

Commit

Permalink
fix(bower.json): Add better ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
eordano committed Dec 24, 2014
1 parent ea3ccb1 commit 3a7905a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests"
"CONTRIBUTING.md",
"gulpfile.js",
"lib",
"index.js",
"karma.conf.js",
"npm-shrinkwrap.json",
"test"
]
}

0 comments on commit 3a7905a

Please # to comment.