de651c0f1a
apple / swift (push) Successful in 1m24s
apple / screenshots (push) Successful in 6m21s
ci / web (push) Successful in 59s
ci / docs-site (push) Successful in 1m5s
ci / bench (push) Successful in 5m14s
release / apple (push) Successful in 11m7s
windows-host / package (push) Failing after 12m38s
android-screenshots / screenshots (push) Successful in 3m23s
decky / build-publish (push) Successful in 23s
windows-msix / package (arm64, C:\Users\Public\ffmpeg-arm64, --no-default-features, aarch64-pc-windows-msvc, C:\t-a64) (push) Successful in 7m22s
ci / rust (push) Successful in 29m2s
windows-msix / package (x64, C:\Users\Public\ffmpeg, , x86_64-pc-windows-msvc, C:\t) (push) Successful in 7m41s
linux-client-screenshots / screenshots (push) Successful in 7m50s
android / android (push) Successful in 13m43s
web-screenshots / screenshots (push) Successful in 3m16s
docker / build-push (--build-arg FEDORA_VERSION=44, ci, ci/fedora-rpm.Dockerfile, punktfunk-fedora44-rpm) (push) Successful in 20s
docker / build-push (., web/Dockerfile, punktfunk-web) (push) Successful in 11s
docker / build-push (ci, ci/fedora-rpm.Dockerfile, punktfunk-fedora-rpm) (push) Successful in 9s
docker / build-push (ci, ci/rust-ci.Dockerfile, punktfunk-rust-ci) (push) Successful in 9s
docker / build-push (docs-site, docs-site/Dockerfile, punktfunk-docs) (push) Successful in 16s
docker / deploy-docs (push) Successful in 30s
arch / build-publish (push) Successful in 14m35s
deb / build-publish (push) Successful in 15m31s
rpm / build-publish (44, fedora-44, punktfunk-fedora44-rpm) (push) Successful in 16m18s
flatpak / build-publish (push) Has been cancelled
rpm / build-publish (43, bazzite, punktfunk-fedora-rpm) (push) Successful in 19m56s
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
50 lines
1.4 KiB
Plaintext
50 lines
1.4 KiB
Plaintext
/target
|
|
**/*.rs.bk
|
|
*.pdb
|
|
.DS_Store
|
|
# generated C header is checked in (see include/), build artifacts are not
|
|
/crates/*/target
|
|
/tools/*/target
|
|
node_modules/
|
|
dist/
|
|
# Swift package build artifacts + the locally-built xcframework (rebuild via scripts/build-xcframework.sh)
|
|
clients/apple/.build/
|
|
clients/apple/PunktfunkCore.xcframework/
|
|
clients/apple/.swiftpm/
|
|
# Generated App Store screenshots (tools/screenshots.sh output; uploaded as a CI artifact)
|
|
clients/apple/screenshots/
|
|
clients/linux/screenshots/
|
|
# Xcode per-user state
|
|
xcuserdata/
|
|
|
|
# Debian package build output
|
|
/dist/
|
|
|
|
# Windows App SDK staging by windows-reactor build.rs
|
|
/temp/
|
|
/winmd/
|
|
|
|
# Client crate build artifacts (clients moved out of crates/ -> clients/ 2026-06-18)
|
|
/clients/*/target
|
|
/clients/*/*/target
|
|
|
|
# Python bytecode (e.g. clients/android/ci tooling)
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Claude Code project instructions — local to each dev box, not part of the repo.
|
|
CLAUDE.md
|
|
|
|
# Local flatpak-builder output (build-flatpak.sh) — ostree repo + build dir at the repo root.
|
|
.flatpak-repo/
|
|
.flatpak-build/
|
|
|
|
# Nix build outputs (flake.nix) — `nix build` result symlinks + direnv cache. flake.lock IS tracked.
|
|
/result
|
|
/result-*
|
|
.direnv/
|
|
|
|
# Gradle build output inside the vendored pyrowave Granite Android platform (regenerated, never ours to commit)
|
|
/crates/pyrowave-sys/vendor/pyrowave/Granite/application/platforms/android/**/.gradle/
|
|
/crates/pyrowave-sys/vendor/pyrowave/Granite/application/platforms/android/**/build/
|