29 lines
414 B
Plaintext
29 lines
414 B
Plaintext
.DS_Store
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
|
|
node_modules/
|
|
/dist/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
/test/unit/coverage/
|
|
/test/e2e/reports/
|
|
selenium-debug.log
|
|
|
|
# 根目录本地环境变量(避免把密钥提交入库);构建仍依赖的 config/*.env.js 保持跟踪
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.code-workspace
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|