-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy path.gitignore
More file actions
202 lines (171 loc) · 3.8 KB
/
Copy path.gitignore
File metadata and controls
202 lines (171 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
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
# testing
/coverage
/playwright-report/
/test-results/
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
*.bak
client_secret_*.json
client_secret_*.json:*
*.Zone.Identifier
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# env files (can opt-in for committing if needed)
.env*
!.env.example
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
# windows invalid
nul
# Agent/IDE Rules
# AGENTS.md is tracked on purpose: it is the one rule file every contributor and
# assistant is expected to read, so it has to travel with the repository.
AI_CONTEXT.md
AI-ICON-WORKFLOW-TUTORIAL.md
CLAUDE.md
trae-rules.md
NEO-BRUTALIST-GUIDE.md
PHASE-5A-SUMMARY.md
.mcp.json
.codex
.codex/
.vscode/
.claude/
.trae/
.cursor/
.windsurf/
skills/
skills-lock.json
# Screenshots (local dev / Playwright / temp)
stylekit-*.png
login-*.png
*-modal-*.png
*-thankyou-*.png
homepage-*.png
contact-*.png
lithos-*.png
support-*.png
# Local images
image.png
image.jpg
*.local.png
# Local generation workspaces and demo media
/examples/
/generated-images/
/video/
# Generic JPEGs
*.jpg
!public/alipay-qr.jpg
# Support receipts — runtime content, not code
public/support/acknowledgments/
public/support/receipts/
public/support/thank-you/
# Maintainer-only generated and promotional media
public/images/styles/*
!public/images/styles/immersive-photo/
!public/images/styles/immersive-photo/**
!public/images/styles/luxe-lookbook/
!public/images/styles/luxe-lookbook/**
!public/images/styles/launch-keynote/
!public/images/styles/launch-keynote/**
public/launch/overseas/
.images-generate-state.json
# Agent skill packs and internal configs (maintainer tooling)
.agents/
.factory/
.kiro/
.interface-design/
dist-skills/
ops/*
!ops/
!ops/stylekit-healthcheck.sh
!ops/cleanup-stylekit-server.sh
!ops/verify-stylekit-production.sh
# Versioned, provider-neutral CDN origin locations include.
!ops/nginx/
!ops/nginx/stylekit-performance-locations.conf
!ops/systemd/
!ops/systemd/stylekit-healthcheck.service
!ops/systemd/stylekit-healthcheck.timer
!ops/systemd/stylekit-cleanup.service
!ops/systemd/stylekit-cleanup.timer
# Build artifacts
packages/core/dist/
__pycache__/
*.pyc
# Temporary
.tmp/
/tmp/
.understand-anything/
# Local scratch screenshot helper and package runtime locks.
/shot.mjs
packages/.run/
# Runtime data (analytics, submissions)
/.data/
/data/
# Workspace build outputs and generated reports
/output/
packages/**/node_modules/
packages/**/dist/
.spec-workflow/
tools/scripts/output/
# Competitor analysis data
uiprompt-*.json
chaos-lab-manifest.json
# npm lock file (project uses pnpm)
package-lock.json
packages/**/package-lock.json
# Temporary dev scripts (batch processing tools)
process.js
tools/scripts/refine.js
tools/scripts/refine-batch-01.mjs
# External sub-projects
editorial-brutalist-portfolio/
style-extractor-dev/
dashboards/
docs/references/
.stylekit.top.conf.remote
.playwright-mcp/
.worktrees/
anthropic-ai-claude-code-*/
anthropic-ai-claude-code-*.tgz
# AI Studio exported data files
"ai_studio_code*.txt"
ai_studio_code*.txt
# Skill packs
*.skill
!dist-skills/*.skill
# dist-skills local artifacts (symlinks, data, scripts)
dist-skills/*
!dist-skills/*.skill
# Google OAuth client credentials.
# A local development file that must never be tracked. It was sitting untracked
# in the working tree, one `git add -A` away from being published, and nothing
# in this file covered it.
client_secret_*.json
*.apps.googleusercontent.com.json
# Local verification screenshots. Produced while checking a change by hand, not
# part of the product; anything people install or link to lives under public/.
*-verify.png