Files
peardock/.gitignore
T
Raven Scott 05fc14862a
Release rolling / release (push) Has been cancelled
Fix rcodesign CLI: self-signed p12 instead of removed --ad-hoc
apple-codesign 0.29 rejects --ad-hoc. Generate a self-signed P12 and
sign darwin .app bundles with --p12-file so Linux CI produces a sealed
signature instead of failing postPackage.
2026-07-11 15:16:15 -04:00

23 lines
334 B
Plaintext

.DS_Store
.env
*.log
# Build outputs
dist/
electron/app.bundle.cjs
electron/app.bundle.cjs.map
node_modules
out/
peardock-audit.log
peardock-peers.json
peardock-sbom.json
peardock-vault.json
server/.env
# Local / CI electron zip cache
.cache/
# Self-signed rcodesign material (generated in CI/local)
tools/rcodesign/ci-cert/
*.p12