赞
踩
在根目录下创建.gitignore文件
打开git 输入 touch .gitignore 生成.gitgnore文件
在文件中输入你想要忽略的文件
.DS_Store node_modules /dist # local env files .env.local .env.*.local # Log files npm-debug.log* yarn-debug.log* yarn-error.log* package-lock.js # Editor directories and files .idea .vscode *.suo *.ntvs* *.njsproj *.sln *.sw* node_modules ## node.js清除缓存
npm cache clean -f
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。