Ignores unnecessary files on bower and npm

This commit is contained in:
Zeno Rocha 2015-10-28 12:56:21 -07:00
parent 4b73122f81
commit 5bdfff6375
2 changed files with 4 additions and 1 deletions

View File

@ -4,3 +4,4 @@
/.* /.*
/bower.json /bower.json
/karma.conf.js /karma.conf.js
/src

View File

@ -10,7 +10,9 @@
"/test/", "/test/",
"/.*", "/.*",
"/bower.json", "/bower.json",
"/karma.conf.js" "/karma.conf.js",
"/src",
"/lib"
], ],
"keywords": [ "keywords": [
"clipboard", "clipboard",