Skip to content

Instantly share code, notes, and snippets.

@1951FDG
Last active December 10, 2017 15:57
Show Gist options
  • Save 1951FDG/9e18f637b2bfba0bbd48 to your computer and use it in GitHub Desktop.
Save 1951FDG/9e18f637b2bfba0bbd48 to your computer and use it in GitHub Desktop.
Create .git/info/exclude
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