Harden local secret and workspace ignores

This commit is contained in:
2026-08-31 01:40:41 +02:00
parent b883c1ad83
commit 0bbfbbad51
+15
View File
@@ -1,9 +1,24 @@
node_modules/ node_modules/
dist/ dist/
.DS_Store .DS_Store
Thumbs.db
*.log *.log
coverage/ coverage/
artifacts/ artifacts/
playwright-report/ playwright-report/
.forgeflow/ .forgeflow/
.playwright-mcp/ .playwright-mcp/
.env
.env.*
!.env.example
*.pfx
*.p12
*.key
*.pem
!build/update-signing-public.pem
.codex/
.claude/
.agents/
.dyad/
.idea/
.vs/