1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00

.gitattributes: mark package-lock.json as binary

This commit is contained in:
Lasse Rosenow 2025-12-09 15:32:49 +01:00
parent 1d0a275d17
commit d82aaaed7f
No known key found for this signature in database

1
.gitattributes vendored
View File

@ -7,3 +7,4 @@ Cargo.lock binary
*.md conflict-marker-size=100
*.txt conflict-marker-size=100
*.svg binary
package-lock.json binary