I have some files that are excluded from git changes.
I can changes the file locally, and the changes is not shown in the git status
.
But, if I try to squash the branch or, try to checkout to new branch, it doesn't allow me to do so, without committing the changes to those file.
How can I manage those files?