Archived
chore: document fork workflow and ignore local artifacts
This commit is contained in:
+19
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user