mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
27 lines
279 B
Plaintext
27 lines
279 B
Plaintext
# Javascript
|
|
coverage
|
|
node_modules
|
|
|
|
# Output
|
|
/dist
|
|
/dev
|
|
|
|
# Documentation output
|
|
docs/.vitepress/dist
|
|
docs/.vitepress/cache
|
|
|
|
# Random
|
|
/ignore
|
|
*.log
|
|
|
|
# Vscode
|
|
.vscode/*
|
|
!.vscode/launch.json
|
|
|
|
# Npm & Yarn
|
|
package-lock.json
|
|
benchmark/yarn.lock
|
|
.yarn/*
|
|
!.yarn/releases
|
|
!.yarn/plugins
|