.gitignore配置
Posted shiyujian
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了.gitignore配置相关的知识,希望对你有一定的参考价值。
# git 上传的时候忽略的文件
# 有关忽略文件的更多信息,请参阅https://help.github.com/ignore-files/。
# 忽略依赖包
/node_modules
# 忽略打包后的文件
/build
# 其他
# 文件夹图标
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
以上是关于.gitignore配置的主要内容,如果未能解决你的问题,请参考以下文章