I have added the following line to my .gitignore file:
# Ignore the secrets.yml file for storing keys
config/secrets.yml
But it is still syncing the secrets.yml file with the repo. I also tried
# Ignore the secrets.yml file for storing keys
/config/secrets.yml
Is there something else I need to do or an I using the wrong syntax there?