Co-authored-by: xiuting.xu <xiutingxt.xu@gmail.com> Reviewed-on: #21 Reviewed-by: huhy <husteryezi@163.com> Reviewed-by: sundapeng <sundp@mail.zgclab.edu.cn> Reviewed-by: yuyr <yuyr@zgclab.edu.cn>
46 lines
473 B
Plaintext
46 lines
473 B
Plaintext
# Node modules
|
|
node_modules/
|
|
|
|
# Build output
|
|
/dist
|
|
/build
|
|
|
|
# Dependency directories
|
|
jspm_packages/
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Editor directories and files
|
|
.idea/
|
|
.vscode/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Testing
|
|
/coverage/
|
|
|
|
# Optional: service worker cache
|
|
/.pwa-cache/
|
|
|
|
# Misc
|
|
*.log
|
|
|
|
.vite/
|