docker_secrets
The above line is in my .gitignore file.
Yet it is still tracking changes to that file.
docker_secrets
The above line is in my .gitignore file.
Yet it is still tracking changes to that file.
If it was tracked then you have to remove it from the index:
git rm --cached <file>