美文网首页
SVN 提交时把node_modules忽略掉

SVN 提交时把node_modules忽略掉

作者: 背着生活往前走你才辨的出美和丑 | 来源:发表于2020-12-21 08:48 被阅读0次

空白处右键>选中TortoiseSVN>设置(settings)>常规设置(General)>Subversion>编辑(edit)>在弹出的config文件中找global-ignores,复制一行下来,去掉global-ignores前的#。
如果是"文件夹" global-ignores = *node_modules
如果是文件 global-ignores = *.project *.git
中间用空格隔开

982259-20190820155127746-412002335.png

相关文章

网友评论

      本文标题:SVN 提交时把node_modules忽略掉

      本文链接:https://www.haomeiwen.com/subject/griagktx.html