The file database.yml is not been ignored on a rails app. -
i building rails application, on .gitignore trying ignore database.yml /config/database.yml reason not been ignored.
i suppose config/database.yml
committed, therefor present in repo. , .gitignore
tells ignore further changes file.
just run command:
git rm --cached config/database.yml
Comments
Post a Comment