Skip to content

Instantly share code, notes, and snippets.

@hxsnow10
Created December 13, 2016 06:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hxsnow10/2b3ab898a185729e3a34e59bad9d2dae to your computer and use it in GitHub Desktop.
Save hxsnow10/2b3ab898a185729e3a34e59bad9d2dae to your computer and use it in GitHub Desktop.
# http://stackoverflow.com/questions/4035779/gitignore-by-file-size
find . -size +1G | cat >> .gitignore
# with problems: same name added
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment