SVN: Ignore some directories recursively

前端 未结 15 1296
粉色の甜心
粉色の甜心 2021-01-30 11:55

I don\'t want any directory named build or dist to go into my SVN no matter how deep in the tree it is.

Is this possible? In git I just put

15条回答
  •  被撕碎了的回忆
    2021-01-30 12:46

    As of subversion 1.8, there is now the svn:global-ignores property which works like svn:ignore but recursively (so set this on your top-level directory)

提交回复
热议问题