Last active
December 10, 2017 15:57
-
-
Save 1951FDG/9e18f637b2bfba0bbd48 to your computer and use it in GitHub Desktop.
Create .git/info/exclude
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
cd ~/Developer/SixtyFour | |
rm -i .git/info/exclude | |
git init | |
git ls-files --others --exclude-standard >> .git/info/exclude | |
vim .git/info/exclude |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment