-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
118 lines (109 loc) · 1.75 KB
/
Copy path.gitignore
File metadata and controls
118 lines (109 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# Dependencies
node_modules/
# Build output
dist/
dist-ssr/
target/
__pycache__/
*.py[cod]
# Local visual QA evidence and its capture tooling
design-audit*/
design-qa*.png
mesh/audit/
mesh/docs/product/reinvention/
mesh/PHASE4_STRING_TABLE.csv
mesh/scripts/audit-user-visible-strings.mjs
mesh/scripts/build-phase3-contact-sheets.mjs
mesh/scripts/build-phase4-string-table.mjs
mesh/scripts/capture-phase3-surfaces.mjs
mesh/scripts/check-phase4-copy.mjs
mesh/scripts/create-phase4-before-supplement.mjs
# Logs & temp output
*.log
*.txt
coverage/
playwright-report/
test-results/
soak-logs/
.playwright/
e2e-results/
# Editor
.vscode/
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
.DS_Store
# Internal documents, prompts, chats, and design artifacts
*.md
*.mdx
!SECURITY.md
!LICENSE_POLICY.md
!mesh/THIRD_PARTY_NOTICES.md
!mesh/docs/security/PHASE1_NATIVE_SECURITY_BOUNDARIES.md
!mesh/infra/REGISTRY_MAINTENANCE.md
!mesh/infra/homeserver/README.md
*.doc
*.docx
*.pages
*.pdf
*.ppt
*.pptx
*.key
*.odp
*.fig
*.figma
*.sketch
*.psd
*.xcf
*.ai
*.drawio
*.excalidraw
*.prompt
*.chat
*.transcript
*.zip
*.7z
*.rar
*.tar
*.tar.gz
*.tgz
prompts/
chats/
transcripts/
design/
designs/
design_handoff*/
*_design_handoff*/
research/
notes/
# AI workspace artifacts
/_archive/
.ai/
.aider*
.chatgpt/
.claude/
.codex/
.continue/
.cursor/
.superpowers/
.windsurf/
claudereview/
# Generated local integration-test state
**/infra/matrix-spike/runtime/
**/infra/homeserver/runtime/
**/infra/homeserver/rotation-evidence/
mesh/release/source-lockfile.cdx.json
mesh/release/matrix-windows-artifact.cdx.json
mesh/release/bundle-report.json
mesh/release/installer-payload/*
!mesh/release/installer-payload/INSTRUCTIONS
# Local configuration and secrets
.env
.env.*
!.env.example
!**/.env.example
# Misc
*.local