Skip to content

Instantly share code, notes, and snippets.

@bkozora
Created September 12, 2011 18:03
Show Gist options
  • Save bkozora/1211943 to your computer and use it in GitHub Desktop.
Save bkozora/1211943 to your computer and use it in GitHub Desktop.
git Ignore by Filesize
find . -size +1G | cat >> .gitignore
@dalei2019
Copy link

nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment