chore: document fork workflow and ignore local artifacts
CI / Verify and package (ubuntu-latest) (push) Canceled after 0s
CI / Verify and package (windows-latest) (push) Canceled after 0s

This commit is contained in:
snowspeeder
2026-08-04 16:25:32 -04:00
parent 9627453e23
commit a2e4f1d576
3 changed files with 189 additions and 219 deletions
+19
View File
@@ -14,3 +14,22 @@ dist/
# Local runtime attachment uploads (created by the chat composer "save to folder" mode).
.pi-web/
# Local PI subagent run transcripts and artifacts.
.pi-subagents/
# Test, build, and browser-automation output.
coverage/
test-results/
playwright-report/
.vite/
*.tsbuildinfo
# Local credentials and TLS material. Keep examples explicitly versionable.
.env.*
!.env.example
*.pem
*.key
*.crt
*.p12
*.pfx