-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy path.gitignore
More file actions
122 lines (101 loc) · 2.4 KB
/
Copy path.gitignore
File metadata and controls
122 lines (101 loc) · 2.4 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# Dependencies
node_modules/
.pnpm-store/
# Build outputs
dist/
.astro/
.turbo/
# Environment
.env
.env.local
.env.*.local
.env.dev
.env.test
.env.prod
.env.finder-dev
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
pnpm-debug.log*
# Testing
coverage/
# Database
*.db
*.sqlite
# Go
agent/breeze-agent
agent/breeze-backup
agent/breeze-watchdog
agent/bin/
viewer/bin/
agent/*.exe
agent/agent.yaml
# go-winres build artifacts (generated by `make build-winres` from agent/resources/)
agent/cmd/*/rsrc_windows_amd64.syso
agent/cmd/*/rsrc_windows_386.syso
# Temporary
tmp/
temp/
.tmp-*
*.bak.codex
# Rust / Tauri
target/
# Playwright MCP screenshots
.playwright-mcp/
# impeccable design-critique plugin artifacts
.impeccable/
# Claude Code — CLAUDE.md + curated .claude/ config (skills, commands, agents)
# are committed. Machine-local, scratch, and sensitive files stay ignored.
.claude/plans/
.claude/settings.local.json
.claude/settings.example.json
.claude/worktrees/
.claude/scheduled_tasks.lock
# Sensitive gh-queue data: internal triage/security log + private contributor notes
.claude/skills/gh-queue/queue.md
.claude/skills/gh-queue/contributors.md
# Internal docs (not for public repo). Use /internal/* (not /internal) so
# selective re-inclusion below works — once a directory itself is ignored,
# git won't recurse into it and !rules don't match.
.internal/
/internal/*
# Release manifest public keys + README are checked in so the agent's
# embedded trust-root regression test (TestEmbeddedTrustRootMatchesRepoPubKey)
# has a tracked source of truth. Private keys stay out.
!/internal/release-keys/
/internal/release-keys/*
!/internal/release-keys/*.pub
!/internal/release-keys/README.md
# Stray screenshots
*.png
!docs/assets/breeze-logo.png
!apps/viewer/src-tauri/icons/**/*.png
!apps/helper/src-tauri/icons/**/*.png
!apps/docs/src/assets/screenshots/**/*.png
!docs/superpowers/spikes/astro7-baseline/*.png
.worktrees/
# Monitoring secrets (keep .gitkeep only)
monitoring/secrets/*
!monitoring/secrets/.gitkeep
# Docker local overrides
docker-compose.override.yml
docker-compose.override.pam.yml
# Backups
backups/
# Drizzle drift check temp output
.drizzle-tmp/
# Worktree stack descriptor (generated by wt-stack tooling)
.breeze-stack.json
.env.stack
# brainstorming visual companion mockups
.superpowers/
# Git LFS hooks regenerated per-workspace (core.hooksPath=.githooks)
.githooks/