Update .gitignore to exclude D:/develop/soft directory
This commit is contained in:
parent
ff0b7ff323
commit
6a7eb68240
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in New Issue