Skip to content

Instantly share code, notes, and snippets.

@rokinmaharjan
Last active August 12, 2019 11:18
Show Gist options
  • Select an option

  • Save rokinmaharjan/1f5b016a32669732dfa831bb4c827995 to your computer and use it in GitHub Desktop.

Select an option

Save rokinmaharjan/1f5b016a32669732dfa831bb4c827995 to your computer and use it in GitHub Desktop.
.gitignore doesn't ignore files included in it
NOTE : First commit your current changes, or you will lose them.
git rm -r --cached .
git add .
git commit -m "fixed untracked files"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment