1.在项目根目录里 右键选择Git Bash 进入命令行
2. touch .gitignore ,生成“.gitignore”文件。
3. .gitignore文件里输入以下内容.DS_Store
node_modules/
不会再上传
node_modules 文件夹了