generated from duanshuwen/webapp-vue-frontend
41 lines
443 B
Plaintext
41 lines
443 B
Plaintext
# 依赖目录
|
|
node_modules
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# 构建产物(由 Dockerfile 内重新生成)
|
|
dist
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
|
|
# 文档
|
|
README.md
|
|
*.md
|
|
|
|
# 测试和CI
|
|
*.test.js
|
|
coverage
|
|
.github
|
|
|
|
# 本地环境文件(生产环境变量已嵌入构建)
|
|
.env
|
|
.env.local
|
|
.env.development
|
|
.env.staging
|
|
|
|
# 脚本(不需要进入构建上下文)
|
|
docker-push.sh
|
|
demo.sh
|
|
|
|
# 其他
|
|
.DS_Store
|
|
Thumbs.db
|