How to exclude folders in Tortoise Check-ins

痞子三分冷 提交于 2019-12-12 08:11:10

问题


I see in the settings you can specify patterns to exclude files from check-ins. But how would you add to include folders bin and obj?


回答1:


Add this in the same place you exclude the files:

*/bin */obj




回答2:


I use Settings\Global Ignore Pattern. This is what I have added to the default list:

*.suo *.user bin obj Debug Release _UpgradeReport_Files *.dbmdl 



回答3:


The svn:ignore property will ignore matching files and folders. This is what I have to exclude bin and obj folders [Bb]in [Oo]bj Make sure to check the "Apply Property recursively"




回答4:


Right-click on the bin directory and select TortoiseSVN > Add to Ignore List > FolderName. Then do the same thing for obj.



来源:https://stackoverflow.com/questions/778715/how-to-exclude-folders-in-tortoise-check-ins

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!