mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-11-27 00:00:23 +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
|
*.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
|
||||||
|
Loading…
Reference in New Issue
Block a user