mirror of
https://github.com/axios/axios.git
synced 2026-04-11 14:21:59 +08:00
Updating ignores
This commit is contained in:
parent
2fb81d805f
commit
f5f461d8a2
11
.npmignore
11
.npmignore
@ -1,12 +1,9 @@
|
||||
**/.*
|
||||
*.md
|
||||
*.iml
|
||||
example
|
||||
bower_components
|
||||
node_modules
|
||||
lib
|
||||
specs
|
||||
index.js
|
||||
karma.conf.js
|
||||
sandbox
|
||||
test
|
||||
bower.json
|
||||
Gruntfile.js
|
||||
package.json
|
||||
karma.conf.js
|
||||
@ -23,13 +23,13 @@
|
||||
"*.md",
|
||||
"*.iml",
|
||||
"example",
|
||||
"bower_components",
|
||||
"node_modules",
|
||||
"lib",
|
||||
"specs",
|
||||
"node_modules",
|
||||
"sandbox",
|
||||
"test",
|
||||
"Gruntfile.js",
|
||||
"index.js",
|
||||
"karma.conf.js",
|
||||
"Gruntfile.js",
|
||||
"package.json"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user