mirror of
https://github.com/Nutlope/hallmark.git
synced 2026-08-14 12:35:33 +02:00
46 lines
802 B
Plaintext
46 lines
802 B
Plaintext
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Node (in case future tooling lands)
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# Build / temp
|
|
dist/
|
|
build/
|
|
.cache/
|
|
*.log
|
|
.vercel
|
|
|
|
# Environment + secrets
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Generation pipeline artifacts (raw outputs before commit)
|
|
.image-cache/
|
|
|
|
# Runtime state from Hallmark's own runs (per-project log, never publish)
|
|
.hallmark/
|
|
|
|
# `skills` CLI install lockfile — generated whenever 'skills add' runs in this
|
|
# directory, not part of the skill source.
|
|
skills-lock.json
|
|
.agents/
|
|
|
|
# Launch-day Hallmark vs Impeccable vs no-skills comparison — one-off artifact,
|
|
# not referenced from the marketing site or README. Kept locally if useful.
|
|
site/_launch-comparison/
|