Git ignore the configuration file, refresh the cache

1  ,git rm -r --cached .

2,git add .

3,git commit -m ".gitignore"

Guess you like

Origin www.cnblogs.com/qiaochaoyu/p/12642414.html