How can I ignore the target folder in TortoiseSVN?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
I Assume that you have already set up a Subversion repository and you want to ignore a folder called "target" in your working copy.
Right click on the target folder icon, choose "TortoiseSVN -> Add to ignore list -> target"; Right click on the icon of the folder containing target and choose "SVN Commit..."; Enter a message text and press OK.
回答2:
This is an old question but for further reference: It can also be globally configured in the "TortoiseSVN"->"Settings" contextual menu option. Just add "target" (separated with a space) to the "Global ignore pattern" setting and click "Apply"