git忽略不必要文件 1,首先 在工程根目錄下建立.gitignore文件,將要排除的文件或目錄 寫到.gitignore這個文件中. 創建 .gitignore文件的方法 windows下 : 1. ...