-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (32 loc) · 721 Bytes
/
Copy path.gitignore
File metadata and controls
37 lines (32 loc) · 721 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
bin/
obj/
out/
publish/
publish-beta/
.tmp_*/
*.user
*.suo
.vs/
.vscode/
.idea/
*.iobj
*.ipdb
*.pdb
*.exe.config
artifacts/
TestResults/
# Installer outputs
installer/Output/
*.iss.user
# Claude Code session-bridging notes — kept local, not committed
CLAUDE.md
# Per-developer local Claude Code settings (project-wide rules go in
# .claude/settings.json, which IS committed; this is the personal override).
.claude/settings.local.json
# Personal scratch note — local only, never commit.
qc
# Planning & brainstorm docs are local-only working notes — never committed
# (same philosophy as CLAUDE.md). Committed human docs live elsewhere in docs/.
docs/plans/
docs/brainstorms/
docs/feat-gaming-optimize-plan.md