SVN: Ignore some directories recursively

前端 未结 15 1458
粉色の甜心
粉色の甜心 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条回答
  •  Happy的楠姐
    2021-01-30 12:58

    It is not possible to do this. There are only two ignore mechanisms in Subversion, svn:ignore (which is nonrecursive) and global-ignores (which is not specific to a repository).

提交回复
热议问题