SVN: Ignore some directories recursively

前端 未结 15 1291
粉色の甜心
粉色の甜心 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:37

    add to your ~/.subversion/config or /etc/subversion/config file:

    [miscellany]
    global-ignores = build dist
    

提交回复
热议问题