forked from block/berd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
15 lines (14 loc) · 815 Bytes
/
Copy path.gitattributes
File metadata and controls
15 lines (14 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
*.ts text diff
*.tsx text diff
src/shared/assets/avatars/webm/**/*.webm filter=lfs diff=lfs merge=lfs -text
src/shared/assets/avatars/hevc/**/*.mov filter=lfs diff=lfs merge=lfs -text
src/shared/assets/avatars/hevc/**/*.mp4 filter=lfs diff=lfs merge=lfs -text
# tauri-build embeds permission TOML prose into gen/schemas/*.json; keep the
# sources LF on Windows checkouts so regeneration is byte-identical across
# platforms instead of flip-flopping \r\n into the committed JSON.
src-tauri/plugins/*/permissions/**/*.toml text eol=lf
src-tauri/gen/schemas/*.json text eol=lf
src-tauri/tauri.windows.conf.json text eol=lf
# sqlx migration checksums cover exact bytes; checkout conversion would make an
# already-applied migration appear modified and abort application startup.
src-tauri/migrations/*.sql text eol=lf