Skip to content

Instantly share code, notes, and snippets.

@yudina-m
Created February 6, 2017 11:30
Show Gist options
  • Save yudina-m/73f5d35f6ac1813c8a4ea919714998bd to your computer and use it in GitHub Desktop.
Save yudina-m/73f5d35f6ac1813c8a4ea919714998bd to your computer and use it in GitHub Desktop.
.gitignore - refresh file index to ignore added files/folders
//commit all changes and then
git rm -r --cached .
git add .
git commit -m ".gitignore - fixed"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment