chore: 更新项目配置和文档
- 更新 .gitignore 文件,添加新的忽略目录 - 更新国际化文件,统一错误消息格式 - 删除项目规则文档,简化项目管理流程
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -21,6 +21,8 @@ target/
|
||||
|
||||
### IntelliJ IDEA ###
|
||||
.idea
|
||||
.vscode
|
||||
.lingma
|
||||
*.iws
|
||||
*.iml
|
||||
*.ipr
|
||||
@@ -46,3 +48,7 @@ nbdist/
|
||||
!*/build/*.xml
|
||||
|
||||
.flattened-pom.xml
|
||||
/logs/
|
||||
/ruoyi-admin/logs/
|
||||
/.vscode/
|
||||
/.lingma/
|
||||
|
||||
Reference in New Issue
Block a user