I have a project where it seems the .gitignore is not being respected, as .local/ IS included in the file, yet I am always informed there are files changed that need to be Committed and Pushed (ProjectSettings.json and db\references.db). Other projects with a copy of the same .gitignore file do NOT experience this.
Any tips or tricks to eliminate this issue?