Harden local secret and workspace ignores
This commit is contained in:
+15
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user