chore: 移除 VSCode 配置并更新 .gitignore
- 从项目中删除了 .vscode 文件夹下的所有 VSCode 配置文件 - 在 .gitignore 中添加 .lingma 目录,避免 Lingma相关文件被 Git 跟踪
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -22,6 +22,7 @@ target/
|
||||
### IntelliJ IDEA ###
|
||||
.idea
|
||||
.vscode
|
||||
.lingma
|
||||
*.iws
|
||||
*.iml
|
||||
*.ipr
|
||||
@@ -51,3 +52,4 @@ nbdist/
|
||||
/ruoyi-admin/logs/
|
||||
/ruoyi-mall-api/logs/
|
||||
/.vscode/
|
||||
/.lingma/
|
||||
|
||||
Reference in New Issue
Block a user