f99010fae1
Desktop Artifacts / Desktop Build (Linux) (push) Waiting to run
Desktop Artifacts / Desktop Build (Windows) (push) Waiting to run
Desktop Artifacts / Desktop Build (Linux (arm64)) (push) Waiting to run
Desktop Artifacts (macOS) / Desktop Build (macOS (aarch64)) (push) Waiting to run
Desktop Artifacts (macOS) / Desktop Build (macOS (x86_64)) (push) Waiting to run
CI / Go Test (windows-latest) (push) Waiting to run
CI / Desktop Unit Tests (Windows) (push) Waiting to run
CI / lint (push) Failing after 1s
CI / frontend (push) Failing after 1s
CI / scripts (push) Failing after 1s
CI / Go Test (ubuntu-latest) (push) Failing after 0s
CI / frontend-node-25 (push) Failing after 1s
CI / docs (push) Failing after 0s
CI / coverage (push) Failing after 0s
CI / e2e (push) Failing after 0s
Docker / build-and-push (push) Failing after 1s
CI / integration (push) Failing after 4m43s
31 lines
745 B
Plaintext
31 lines
745 B
Plaintext
# Keep text files normalized to LF in the repository and working tree,
|
|
# independent of each contributor's core.autocrlf setting.
|
|
* text=auto eol=lf
|
|
|
|
# Binary assets and fixture/archive formats should never be EOL-normalized.
|
|
*.png binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.gif binary
|
|
*.webp binary
|
|
*.ico binary
|
|
*.pdf binary
|
|
*.gz binary
|
|
*.zip binary
|
|
*.db binary
|
|
*.sqlite binary
|
|
*.sqlite3 binary
|
|
*.duckdb binary
|
|
*.wasm binary
|
|
*.ttf binary
|
|
*.otf binary
|
|
*.eot binary
|
|
*.woff binary
|
|
*.woff2 binary
|
|
|
|
# OpenAPI TypeScript client generated by frontend/scripts/generate-api-client.mjs.
|
|
frontend/src/lib/api/generated/** linguist-generated=true
|
|
|
|
# Paraglide runtime generated from frontend/messages/*.json.
|
|
frontend/src/lib/paraglide/** linguist-generated=true
|