Skip to content

Commit

Permalink
bower: granular ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalparadox committed Jun 25, 2013
1 parent a334c7d commit 77f3ab5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@
]
, "main": "chai.js"
, "ignore": [
"**/.*"
, "**/*"
"build"
, "components"
, "lib"
, "node_modules"
, "support"
, "test"
, "index.js"
, "Makefile"
, "*.json"
, ".*"
]
, "dependencies": {}
Expand Down

0 comments on commit 77f3ab5

Please sign in to comment.