-
Notifications
You must be signed in to change notification settings - Fork 710
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (39 loc) · 857 Bytes
/
Copy path.gitignore
File metadata and controls
48 lines (39 loc) · 857 Bytes
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
# 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/
# Eval audit snapshots (throwaway)
evals/.site-cache/