Last active
September 5, 2022 19:21
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| find . -size +20M | cat >> .gitignore |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
find . -size +20M | cat >> .gitignore