-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.gitignore
More file actions
78 lines (69 loc) · 2.25 KB
/
Copy path.gitignore
File metadata and controls
78 lines (69 loc) · 2.25 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
node_modules
dist
dist-*
coverage
.prisma
*.log
.DS_Store
.env
.env.local
.env.*.local
.turbo
*.tsbuildinfo
packages/e2e-tests/.tmp-output
/wip/*
!/wip/.gitkeep
.pnpm-store
.cursor/*
!.cursor/rules-footprint.config.json
!.cursor/environment.json
.cursor/rules
.cursor/commands
.claude/settings.local.json
.claude/worktrees
CLAUDE.local.md
# Local install target for contributor agent skills.
# Canonical source of truth lives in `skills-contrib/` (tracked).
# `pnpm install` populates this directory via `setup:contrib-skills`.
.agents/skills/
.claude/skills/
# Per-machine install lockfile written by `skills add`. Local only;
# our canonical source is `skills-contrib/` (for contributors) and the
# git-pinned tag (for external consumers via `prisma-next init`).
skills-lock.json
# Review artifacts (transient, local-only)
**/specs/reviews/
**/reviews/system-design-review.md
**/reviews/code-review.md
**/reviews/walkthrough.md
# Local review artifacts
projects/**/reviews/
# Generated contract files in test fixtures
test/**/fixtures/generated/
!test/e2e/framework/test/fixtures/generated/
!test/e2e/framework/test/fixtures/generated/**
!test/e2e/framework/test/sqlite/fixtures/generated/
!test/e2e/framework/test/sqlite/fixtures/generated/**
!test/integration/test/mongo/fixtures/generated/
!test/integration/test/mongo/fixtures/generated/**
!test/integration/test/namespaced-accessors/fixtures/generated/
!test/integration/test/namespaced-accessors/fixtures/generated/**
# Ignore everything under `.agents/` except the canonical rules home.
# The `.cursor/rules` and `.claude/rules` presentation trees are git-ignored
# symlink mirrors, regenerated by `pnpm rules:sync` (wired into `prepare`).
.agents/*
!.agents/rules/
.claude/
.devin/
.windsurf/
# Temp config written by scripts/regen-example-migrations.mjs during emit; it is
# unlinked after each migration, but a signal-killed run must never leave one
# committable.
**/.prisma-next-regen.config.ts
# Reference clones inside transient projects (browsing aids, not committed)
projects/*/reference/
# Drive loop-internal artifacts — never committed into slice PRs (the review
# scoreboard + the learnings ledger are transient working state, migrated at
# project close-out, not PR content).
projects/*/reviews/
projects/*/learnings.md