For some reason I have untracked folders in my git branch that have nothing to do with my current directory. They seem to be mostly parallel directories.
I have no clue why but I've tried to use git ls-files --others --exclude-standard >> .gitignore
and git clean -d -f -f
.
Not sure if it is something up with my repo or what.
The only files that should exist are index.html
and scripts.js