mirror of
https://github.com/axios/axios.git
synced 2026-04-11 02:11:50 +08:00
* ci: set hardened --ignore-scripts for all ci actions * docs: adds new docs platform * chore: remove un-needed ignore * chore: add sponsors data. adjust package.json to be of type module * fix: inconsistency between the docs and readme * fix: docs inconsistency * docs: update language and phrasing * style: fix issues with card styling * docs: update security.md with latest changes * docs: remove un-needed code * docs: fix inconsistencies with actual library function * ci: added deployment for docs * chore: added axios as dep for docs * docs: fix batch of errors * fix: bump esbuild as the version included is a risk
19 lines
226 B
Plaintext
19 lines
226 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/
|
|
docs/.vitepress/dist
|
|
docs/.vitepress/cache
|