2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

Updating ignores

This commit is contained in:
mzabriskie
2015-09-28 23:51:20 -06:00
parent 256c5a6555
commit b92fa96026
+4 -2
View File
@@ -22,15 +22,17 @@
"ignore": [
"**/.*",
"*.iml",
"example",
"examples",
"lib",
"node_modules",
"sandbox",
"test",
"CONTRIBUTING.md",
"COOKBOOK.md",
"Gruntfile.js",
"index.js",
"karma.conf.js",
"package.json"
"package.json",
"webpack.*.js"
]
}