Created
May 17, 2020 14:15
-
-
Save lao9s/a724ffb850dd398fc176fd730fc3d2f5 to your computer and use it in GitHub Desktop.
This file contains 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
In three steps, you can clean up your repository and make sure your ignored items are indeed ignored: | |
$ git rm -r --cached . | |
$ git add . | |
$ git commit -m "Clean up ignored files" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment