-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (40 loc) · 691 Bytes
/
.gitignore
File metadata and controls
43 lines (40 loc) · 691 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
# ===========================
# Project
# ===========================
node_modules/
dist/
coverage/
.vitest-cache/
*.tsbuildinfo
.env
.env.*
!.env.example
*.log
.DS_Store
test-results/
playwright-report/
# Bun is the package manager for this repo; keep alternate lockfiles local.
package-lock.json
pnpm-lock.yaml
yarn.lock
# ===========================
# Local
# ===========================
AGENTS.md
CLAUDE.md
/ROADMAP.md
PLAN.md
SECURITY-AUDIT.md
.claude/
.codex/
.opencode/
.cursor/
.worktrees/
.playwright-mcp/
docs/local/
.planning/
mempalace.yaml
entities.json
# Compose secrets -- example files tracked, real values ignored
deploy/docker/secrets/*
!deploy/docker/secrets/*.example