Skip to content

Instantly share code, notes, and snippets.

@BigAN
Created June 1, 2018 02:11
Show Gist options
  • Save BigAN/8d955e09ada884d4444cbda22e0b69ee to your computer and use it in GitHub Desktop.
Save BigAN/8d955e09ada884d4444cbda22e0b69ee to your computer and use it in GitHub Desktop.
git ignore file above 1m
find . -size +500k| grep -v ipynb >> .gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment