vscode git提交时会自动把node_modules和 dist文件夹内文件上传至git中
在文件.gitignore里输入代码
node_modules/
dist/
如有其他需要忽略的目录,直接换行添加即可
示例:
如果没有.gitignore文件
在vscode命令行输入文章来源:https://www.toymoban.com/news/detail-846109.html
touch .gitignore
生成gitignore文件文章来源地址https://www.toymoban.com/news/detail-846109.html
到了这里,关于vscode设置 git提交代码忽略node_modules,dist,vscode如何设置不提交node_modules,dist的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!