vue项目,svn提交代码时忽略node_modules文件夹提
作者:
嘴角上扬h | 来源:发表于
2021-05-06 09:54 被阅读0次
1,进行项目文件,
2,鼠标右键点击空白处,
3,选择 TortoiseSVN -> Properties
4,
![](https://img.haomeiwen.com/i6769918/0b12848837247a1b.png)
35ba9417342c2808f946bc5c259007be.png
5,点击new 选择 other
![](https://img.haomeiwen.com/i6769918/12bd5c33d283a542.png)
2887084de345497288918b0bbe0625ee.png
![](https://img.haomeiwen.com/i6769918/b5e6cbf657458287.png)
ad2e3b878cb93c435d13134bd6280c9d.png
选择svn:global-ignores 然后在 property value:内输入
.idea *.iml .svn vcs.xml workspace.xml modules.xml misc.xml
然后点击ok
6,再点击new 选择other 选择 svn:ignore 然后在 property value:内输入
node_modules 点击ok,就可以了。
![](https://img.haomeiwen.com/i6769918/36a6dd926aa776f1.png)
4dee02f85cf2fec0ef2042349265b87a.png
本文标题:vue项目,svn提交代码时忽略node_modules文件夹提
本文链接:https://www.haomeiwen.com/subject/fbqfgctx.html
网友评论