Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Actionlint 1.7.12 predates GitHub's official Xcode 27 preview image label.
# Treat it as declared until the pinned validator includes the hosted label.
self-hosted-runner:
labels:
- xcode-27
10 changes: 10 additions & 0 deletions .gitleaksignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Exact historical false positives retained for auditability. Each entry is
# scoped to one commit, path, rule, and line; future findings in the same files
# remain visible.
# PostHog browser ingestion key, public by design (see tooling docs).
930c8952a3c80edd61c06c2f49106e616c8dde9a:apps/desktop/src/lib/analytics.ts:generic-api-key:25
39f414d063cac9ebe9258c69a81c05348f3e4b89:apps/desktop/src/lib/analytics.ts:generic-api-key:25
# Historical Foundry public project identifier.
81df29eebf1d724d2939cbfd8123b86e9848a940:foundry.json:generic-api-key:4
# Historical database migration fixture value.
ac5d18ee9b33811accec2df5d7bc33b69f9bb6c3:apps/desktop/src-tauri/src/db/schema.rs:generic-api-key:23
8 changes: 8 additions & 0 deletions apps/desktop/.size-limit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"name": "Complete lazy JavaScript distribution (raw)",
"path": "out/assets/*.js",
"limit": "1800 kB",
"brotli": false
}
]
Loading
Loading