0
docker_secrets

The above line is in my .gitignore file.

Yet it is still tracking changes to that file.

1 Answers1

0

If it was tracked then you have to remove it from the index: git rm --cached <file>

IamK
  • 2,753
  • 5
  • 30
  • 39