← back to Patterndesignlab

.gitignore

18 lines

node_modules/
.env*
tmp/
*.log
.DS_Store
dist/
build/
.next/
# Runtime designer-application log (append-only, not source)
data/designer-applications.jsonl
# Large per-design image copies — reproducible via `node scripts/build-catalog.js`
# (catalog.json records the design→image mapping; the copies regenerate from owned sources)
public/assets/patterns/pdl-*

# Large prod-pulled master copies (reproducible via read-only rsync pull; ~473MB)
data/prod-masters/
data/patterndesignlab-prod.dump