.gitignore
only ignores files that are not part of the repository yet. If you already git add
ed some files, their changes will still be tracked.
To remove those files from your repository (but not from your file system) use git rm --cached
on them.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…