Update .gitignore to exclude D:/develop/soft directory

This commit is contained in:
zhangke 2025-10-11 23:15:00 +08:00
parent ff0b7ff323
commit 6a7eb68240
1 changed files with 8 additions and 4 deletions

12
.gitignore vendored
View File

@ -23,9 +23,13 @@ buildNumber.properties
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar
# Maven repository directories
D:\develop\soft\maven_config\repository/
**/D:\develop\soft\maven_config\repository/
# Maven repository directories and D:/develop/soft 目录
D:\develop\soft/
**/D:\develop\soft/
D:/develop/soft/
**/D:/develop/soft/
D:\\develop\\soft/
**/D:\\develop\\soft/
# IDE 相关文件
.idea/
@ -61,4 +65,4 @@ out/
bin/
# 依赖目录
node_modules/
node_modules/