-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
244 lines (209 loc) · 3.8 KB
/
Copy path.gitignore
File metadata and controls
244 lines (209 loc) · 3.8 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
# ============================================================================
# ETP EXPRESS - GITIGNORE
# ============================================================================
# Dependencies
node_modules/
yarn.lock
pnpm-lock.yaml
# Environment Variables (NUNCA COMMITAR!)
.env
.env.local
.env.production
.env.development
*.env
# Build Outputs
dist/
build/
out/
*.js.map
# Backend Specific
backend/dist/
backend/node_modules/
backend/.env
backend/coverage/
backend/*.log
# Frontend Specific
frontend/dist/
frontend/node_modules/
frontend/.env
frontend/.vite/
frontend/coverage/
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
# Testing
coverage/
coverage-*/
lcov-report/
*.lcov
clover.xml
coverage-final.json
coverage-summary.json
.nyc_output/
test-results/
playwright-report/
e2e/.auth/
.pa11y-screenshots/
.lighthouseci/
# Mutation Testing (Stryker)
.stryker-cache/
.stryker-tmp/
reports/mutation/
stryker.log
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
# OS
.DS_Store
.AppleDouble
.LSOverride
Thumbs.db
ehthumbs.db
Desktop.ini
# Temporary Files
*.tmp
*.temp
tmp/
temp/
tmpclaude-*-cwd
tmpclaude-*
nul
*temp-issues.json
# Database
*.sqlite
*.db
*.db-journal
# Backups (NUNCA COMMITAR!)
backups/
*.sql
*.sql.gz
# Uploads (se houver)
uploads/
public/uploads/
# Generated Files
*.pdf
*.zip
*.tar.gz
generated/
# Railway Specific
.railway/
# TypeScript
*.tsbuildinfo
# Miscellaneous
.cache/
.parcel-cache/
.next/
.nuxt/
.vercel/
.turbo/
# Secrets (NUNCA COMMITAR!)
secrets/
*.pem
*.key
*.cert
# Documentation Build
docs/.vitepress/dist
docs/.vitepress/cache
docs/api/index.html
# Development Assistant Tools (acessórios, não parte do sistema)
.claude/
.design-engineer/
.bmad/
CLAUDE.md
.mcp.json
# AI Framework Artifacts (STEALTH MODE - never commit)
*AIOS*.md
*aios*.md
*claude*.md
*CLAUDE*.md
.aios*/
*co-authored*
*Co-Authored*
*anthropic*
*squad-creator*
*.backup
# AI-Generated Analysis Files (root level)
*COMPLETION*.md
*SUMMARY*.md
*ANALYSIS*.md
*RECOMMENDATION*.md
*CHECKLIST*.md
*ARCHITECTURE*.md
*STATUS*.md
EPIC_*.md
TD-*-COMPLETION*.md
S3_*.md
INFRASTRUCTURE_*.md
DEVOPS_*.md
# Quality Assurance Tools (acessórios de desenvolvimento)
.pa11yci.json
lighthouserc.json
# Deployment Tools (acessórios - configuração local)
railway.json
# AIOS Framework (downloaded on-demand, not versioned)
.aios-core/
# Lock files (opcional - descomente se quiser versionar)
# package-lock.json
# yarn.lock
# pnpm-lock.yaml
# Operations Scripts - Ignore outputs but keep scripts
ops/issue-audit/*.json
ops/issue-audit/*.csv
ops/issue-audit/*_REPORT.md
ops/issue-audit/*_SUMMARY.md
ops/issue-audit/*_PLAN.md
ops/issue-audit/*_MATRIX.md
ops/issue-audit/*_LOG.json
ops/issue-audit/DASHBOARD.md
ops/issue-audit/EXECUTIVE_SUMMARY.md
ops/issue-audit/COMPLIANCE_REPORT.md
ops/issue-audit/RAILWAY_ROADMAP.md
ops/issue-audit/SPRINT_PLAN.md
ops/issue-audit/UNBLOCKING_PLAN.md
ops/issue-audit/DEPENDENCY_MATRIX.md
ops/issue-audit/DUPLICATES_AND_MERGES.md
ops/issue-audit/BACKLOG_ORDER.md
ops/issue-audit/ISSUE_FIXUPS.md
ops/issue-audit/issue_improvements.md
ops/issue-audit/RECOMMENDATIONS.md
.claude/plugins/
# GitHub Audit & Operations - Temporary JSON outputs (root level)
github-issues.json
github-issues-complete.json
github-milestones.json
github-prs.json
issues.json
issues_audit.json
open-issues.json
audit-results.json
phantom-analysis.json
roadmap-audit-data.json
roadmap-audit-results.json
milestones-clean.json
# Claude Desktop Config (local user config - use example instead)
claude_desktop_config.json
# Git Worktrees
.worktrees/
# Load Testing (k6)
load-tests/results/
load-tests/*.json
load-tests/*.html
k6-results/
# Environment & Secrets (AIOS)
.env.*.local
# Dependencies (AIOS)
node_modules
# AIOS Local (AIOS)
.aios-core/local/
.claude/settings.local.json
.aios/install-log.txt