Last active
August 12, 2019 11:18
-
-
Save rokinmaharjan/1f5b016a32669732dfa831bb4c827995 to your computer and use it in GitHub Desktop.
.gitignore doesn't ignore files included in it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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