I was doing an initial commit to my remote repository and git uploaded the file wp-config.php
even though it was listed in the .gitignore
file
.DS_Store
.sass-cache/*
.vagrant/
wp-config.php
Vagrantfile
/filer
What am I doing wrong, I can't have that file in the remote repository. How can I prevent it from uploading it?