2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +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": [ "ignore": [
"**/.*", "**/.*",
"*.iml", "*.iml",
"example", "examples",
"lib", "lib",
"node_modules", "node_modules",
"sandbox", "sandbox",
"test", "test",
"CONTRIBUTING.md", "CONTRIBUTING.md",
"COOKBOOK.md",
"Gruntfile.js", "Gruntfile.js",
"index.js", "index.js",
"karma.conf.js", "karma.conf.js",
"package.json" "package.json",
"webpack.*.js"
] ]
} }