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
-7
@@ -1,12 +1,9 @@
|
|||||||
**/.*
|
**/.*
|
||||||
*.md
|
|
||||||
*.iml
|
*.iml
|
||||||
example
|
example
|
||||||
bower_components
|
|
||||||
node_modules
|
node_modules
|
||||||
lib
|
sandbox
|
||||||
specs
|
test
|
||||||
index.js
|
bower.json
|
||||||
karma.conf.js
|
|
||||||
Gruntfile.js
|
Gruntfile.js
|
||||||
package.json
|
karma.conf.js
|
||||||
+4
-4
@@ -23,13 +23,13 @@
|
|||||||
"*.md",
|
"*.md",
|
||||||
"*.iml",
|
"*.iml",
|
||||||
"example",
|
"example",
|
||||||
"bower_components",
|
|
||||||
"node_modules",
|
|
||||||
"lib",
|
"lib",
|
||||||
"specs",
|
"node_modules",
|
||||||
|
"sandbox",
|
||||||
|
"test",
|
||||||
|
"Gruntfile.js",
|
||||||
"index.js",
|
"index.js",
|
||||||
"karma.conf.js",
|
"karma.conf.js",
|
||||||
"Gruntfile.js",
|
|
||||||
"package.json"
|
"package.json"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user