當一個文件或者是文件夾不想提交的時候咱們會忽略掉,方法以下node
建立文件 .gitignore .git
在文件中添加不想提交的文件或者是文件夾 例如(node_modules/* *.log )it