Skip to content

Commit

Permalink
refactor: add ignore to bower.json. close #81
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanee committed Dec 15, 2015
1 parent 3f391b0 commit 38c769f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
},
"ignore": [
"**/.*",
"package.json"
"package.json",
"CONTRIBUTING.md",
"Gruntfile.js",
"example"
]
}

0 comments on commit 38c769f

Please sign in to comment.