Created
November 13, 2020 12:13
-
-
Save jokroese/38cb30313c6834698de2e9f1b127844d to your computer and use it in GitHub Desktop.
Stop tracking files added to .gitignore
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
for file in `cat .gitignore` ; do git rm -r --cached $file; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment