美文网首页工具使用
WebStorm常见问题(二)如何设置svn(git)忽略文件

WebStorm常见问题(二)如何设置svn(git)忽略文件

作者: Q_骑猪看夕阳 | 来源:发表于2018-10-17 10:49 被阅读0次

svn

1、打开webstorm的settings

2、找到Directories

3、将要忽略的文件夹标记为Exclude(选中文件夹,点击上面菜单Exclude即可)

4、确认

git

找到.gitignore文件,在其中添加要忽略的文件或文件夹即可

.DS_Store

node_modules/

dist/

npm-debug.log*

yarn-debug.log*

yarn-error.log*

相关文章

网友评论

    本文标题:WebStorm常见问题(二)如何设置svn(git)忽略文件

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