mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Updating ignores
This commit is contained in:
+4
-2
@@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user