当一个文件或者是文件夹不想提交的时候咱们会忽略掉,方法以下node
建立文件 .gitignore .git
在文件中添加不想提交的文件或者是文件夹 例如(node_modules/* *.log )it