yylAdminWeb/.gitignore

25 lines
291 B
Plaintext

# https://git-scm.com/book/zh/v2
.DS_Store
node_modules/
dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
**/*.log
tests/**/coverage/
tests/e2e/reports
selenium-debug.log
# 开发工具的目录和文件
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.local
package-lock.json
yarn.lock