mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-01 01:10:34 +08:00
21 lines
260 B
Plaintext
21 lines
260 B
Plaintext
# Dependencies
|
|
/node_modules/
|
|
# Production
|
|
/dist
|
|
|
|
# Generated files
|
|
/.vuepress/.cache/
|
|
/.vuepress/.temp/
|
|
/.vuepress/dist/
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|