初始化仓库,在本地创建一个git仓库 git init gitignore文件中忽略项不起作用. 解决办法:清除缓存,执行以下命令即可。 git rm -r --cached . git add . git commit -m 'update .gitignore'