gitignore修改了但不生效,一般是由于缓存导致的,可以尝试清除缓存并重新提交

1
2
3
git rm -r --cached .
git add .
git commit -m "清除 Git 缓存并重新提交"