I've run "git rm -r --cached ." and "git add ." several times now trying to fix this, among other things. Nothing's worked yet.
I have this directory, I want the untracked files to be ignored. This is my .gitignore
Even when removing all cached files and readding everything, the untracked files still get tracked by git. My .gitignore is in the root of my repo, like it should be, and I believe I named all files correctly. Running "git ls-files . --ignored --exclude-standard --others" returns nothing, both when the files are tracked and untracked.
What's my issue here? Thank you.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…