mirror of
https://github.com/tenrok/axios.git
synced 2026-06-08 17:22:34 +03:00
493e04cd28
* fix(scripts): rename prerelease scripts due to npm namespace conflict; * chore(git): add `.npmrc` and `.env` to gitignore;
14 lines
162 B
Plaintext
14 lines
162 B
Plaintext
*.iml
|
|
.idea
|
|
.tscache
|
|
.DS_Store
|
|
node_modules/
|
|
coverage/
|
|
test/typescript/axios.js*
|
|
sauce_connect.log
|
|
test/module/**/package-lock.json
|
|
backup/
|
|
./.husky/
|
|
.npmrc
|
|
.env
|