I am new to git, so sorry if this question has already been answered. I'm having trouble finding the answer to this.
I wanted to ignore a set of files that had never been committed before for a commit and used the github app to select them and ignore them. I switched to another branch for a while and when I returned to my branch, my ignored files were gone.
Are these files deleted?
I used git checkout to switch back to the branch and then git status --ignored . My missing files are not there.