Skip to content

Instantly share code, notes, and snippets.

@lukebussey
Created April 6, 2015 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukebussey/a9681646535e6a8db0f5 to your computer and use it in GitHub Desktop.
Save lukebussey/a9681646535e6a8db0f5 to your computer and use it in GitHub Desktop.
Ignore changes to commited config files
$ echo "*.config">>.gitignore
$ git rm --cached "*.config"
$ git add .
$ git commit -m "Ignoring and deleting config files."
$ git push origin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment