Last active
December 9, 2024 08:30
-
-
Save adriantorrie/e62e9a31096e033119dca4fdf0958357 to your computer and use it in GitHub Desktop.
Git LFS Track Multiple Files
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
| git lfs install \ | |
| && git lfs track \ | |
| "*.bmp" \ | |
| "*.doc" \ | |
| "*.docx" \ | |
| "*.drawio" \ | |
| "*.gif" \ | |
| "*.jpg" \ | |
| "*.pdf" \ | |
| "*.png" \ | |
| "*.ppt" \ | |
| "*.pptx" \ | |
| "*.xls" \ | |
| "*.xlsx" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment