mirror of
https://github.com/axios/axios.git
synced 2026-04-11 02:11:50 +08:00
* feat: added smoke tests for deno * feat: added bun smoke tests * chore: added workflows for deno and bun * chore: swap workflow implementation * chore: apply ai suggestion * chore: test alt install of bun deps * chore: deno install * chore: map bun file install * chore: try a different approach for bun * chore: unpack and then install for bun * chore: remove un-needed step * chore: try with tgx again for bun * chore: alternative zip approach * ci: full ci added back
20 lines
237 B
Plaintext
20 lines
237 B
Plaintext
*.iml
|
|
.idea
|
|
.tscache
|
|
.DS_Store
|
|
node_modules/
|
|
coverage/
|
|
temp/
|
|
test/typescript/axios.js*
|
|
sauce_connect.log
|
|
test/module/**/package-lock.json
|
|
backup/
|
|
.npmrc
|
|
.env
|
|
dist/
|
|
.vscode/
|
|
openspec/
|
|
.opencode/
|
|
docs/.vitepress/dist
|
|
docs/.vitepress/cache
|