ignore test directory in bower.json

This commit is contained in:
Sami Samhuri 2015-02-08 20:44:15 -08:00
parent 14ad6dc902
commit 9e191bf5c6

View file

@ -5,7 +5,7 @@
"ignore": [
"Readme.md",
"Makefile",
"test/*",
"test",
"*.json"
],
"dependencies": {},