使得.gitignore生效

ShengOasis發表於2024-10-06
# 注意有個點“.”
git rm -r --cached .
git add -A
git commit -m "update .gitignore"

相關文章