使用SVN提交代码或者新增文件时,排除指定目录或文件

设置关键字

bin
Bin
obj
Obj
.vs
OutPutBin
outPutBin
packages
Packages
dist
node_modules
log
Log
*.user
package-lock.json
*.nupkg
*.lnk

没设置之前

设置之后

设置步骤