SVN: Ignore some directories recursively

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

    One way would be to add some kind of check to either the pre- or post- commit hook but it's note straight forward if you don't own the repo server.

提交回复
热议问题