Add .gitattributes file to manage binary files

Introduced a new `.gitattributes` file to mark all files under `src/packs/` as binary. This ensures proper handling of binary files in the specified directory during Git operations.
This commit is contained in:
2025-01-23 07:48:31 -06:00
parent c25715c8d0
commit 07db5da750

1
.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
src/packs/** binary