RuoYi-Vue/.gitignore

92 lines
1.6 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

######################################################################
# Build Tools
.gradle
/build/
!gradle/wrapper/gradle-wrapper.jar
target/
!.mvn/wrapper/maven-wrapper.jar
######################################################################
# IDE
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### JRebel ###
rebel.xml
### NetBeans ###
nbproject/private/
build/*
nbbuild/
dist/
nbdist/
.nb-gradle/
######################################################################
# Others
*.log
*.xml.versionsBackup
*.swp
!*/build/*.java
!*/build/*.html
!*/build/*.xml
# 灵妙AI开发助手自动添加
.specstory/
log/
logs/
**/AGENTS.md
**/WARP.md
**/GEMINI.md
.bmad/
.claude/commands/bmad/
.cursor/rules/bmad/
.cursor/rules/root-prompt.mdc
# MCP反馈端口文件灵妙AI开发助手自动添加
.mcp-feedback-port
# 点思工坊工作流目录灵妙AI开发助手自动添加
.diansi/workflows
# 数据库数据目录灵妙AI开发助手自动添加
mysql_data/
redis_data/
pgvector_data/
# 进程ID文件目录灵妙AI开发助手自动添加
.pids/
# 本地设置文件灵妙AI开发助手自动添加
.claude/settings.local.json
######################################################################
# Environment Variables & Application Data
# 环境变量配置文件(包含敏感信息,不提交到版本控制)
.env
.env.local
.env.development
.env.test
.env.production
.env.*.local
# 上传文件目录
upload/
uploadPath/