Skip to content

Instantly share code, notes, and snippets.

@Nav-Appaiya
Last active September 5, 2022 19:21
Show Gist options
  • Select an option

  • Save Nav-Appaiya/4503301ab125a90ce3652303c017a8e2 to your computer and use it in GitHub Desktop.

Select an option

Save Nav-Appaiya/4503301ab125a90ce3652303c017a8e2 to your computer and use it in GitHub Desktop.
Add files of 20MB or larger to gitignore (like backups or huge logs) | Ps. the limit for git is 250MB
find . -size +20M | cat >> .gitignore
@Nav-Appaiya
Copy link
Author

find . -size +20M | cat >> .gitignore

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