mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-11-23 05:59:55 +00:00
chore: don't treat cargo.lock as a binary file
Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
This commit is contained in:
parent
fc006f194b
commit
09c30b3aff
5
.gitattributes
vendored
5
.gitattributes
vendored
@ -15,7 +15,7 @@ LICENSE text
|
||||
*.jpg binary
|
||||
*.js text
|
||||
*.json text
|
||||
*.lock text -diff
|
||||
*.lock text
|
||||
*.map text -diff
|
||||
*.md text
|
||||
*.otf binary
|
||||
@ -35,5 +35,6 @@ LICENSE text
|
||||
.gitignore export-ignore
|
||||
|
||||
*.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
|
||||
|
Loading…
Reference in New Issue
Block a user