pangu-user-platform/.gitignore

54 lines
484 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 依赖目录
node_modules/
.pnp/
.pnp.js
# 构建输出
dist/
build/
*.local
# 日志
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# 编辑器目录
.idea/
.vscode/
*.swp
*.swo
*~
# 系统文件
.DS_Store
Thumbs.db
# 环境变量
.env
.env.local
.env.*.local
# 缓存
.cache/
.eslintcache
.stylelintcache
# 测试覆盖率
coverage/
# Java构建
target/
*.class
*.jar
*.war
# IDE
*.iml
# RuoYi后端后续开发时添加
ruoyi-backend/