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

Popular posts from this blog

xml - Extract substrings with XSLT -

math - "ELO Rating" and how does "TSR Rating" work? -

How can do a tuple comparison in coffeescript similar to that in python? -