(Visual)SVN ignore files by Regex

前端 未结 3 1168
执笔经年
执笔经年 2021-01-19 04:22

I need to exclude files with the following pattern:

ProjectFoo.Data[0-9]{14}.lgp

How can I use RegEx for (Visual)SVN ignore list?

3条回答
  •  一整个雨季
    2021-01-19 05:00

    As the file looks like an LLBLGen Pro project backup file, you can force llblgen pro to store backup files into a separate folder (See preferences: default backup folder), e.g. .\Backup. This way you can exclude that folder in svn and you're done :)

提交回复
热议问题