chore: don't treat cargo.lock as a binary file

Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
This commit is contained in:
Fernando Fernández 2023-12-30 16:50:56 +01:00
parent fc006f194b
commit 09c30b3aff
No known key found for this signature in database
GPG Key ID: 82FD36644F1F4D3B

5
.gitattributes vendored
View File

@ -15,7 +15,7 @@ LICENSE text
*.jpg binary *.jpg binary
*.js text *.js text
*.json text *.json text
*.lock text -diff *.lock text
*.map text -diff *.map text -diff
*.md text *.md text
*.otf binary *.otf binary
@ -35,5 +35,6 @@ LICENSE text
.gitignore export-ignore .gitignore export-ignore
*.gitattributes linguist-language=gitattributes *.gitattributes linguist-language=gitattributes
api/* linguist-generated=true package-lock.json linguist-generated=true linguist-language=JSON
packaging/tauri/Cargo.lock text linguist-generated=true linguist-language=TOML
locales/*.json merge=union locales/*.json merge=union