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.
2 lines
20 B
Plaintext
2 lines
20 B
Plaintext
src/packs/** binary
|