-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
27 lines (20 loc) · 1016 Bytes
/
.gitignore
File metadata and controls
27 lines (20 loc) · 1016 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
# Build artifacts - generated during build process, safe to delete anywhere
spanner-cli
spanner-mycli
dist/
# Sensitive data - contains authentication secrets, NEVER delete, must not be committed
credentials.json
# System files - safe to delete anywhere
.DS_Store # macOS system file
# IDE and tool directories - DO NOT delete in main workspace, safe to delete ONLY in phantom worktrees
.idea # JetBrains IDE settings
.claude # Claude Code session data
!.claude/settings.json # Exception: project-wide Claude Code settings (team shared)
# Cache and temporary files - safe to delete anywhere
.cache/ # Application cache directory
tmp/ # Development temporary files (e.g., help output generation)
.tmp/ # Temporary directory for cloning external repos (hidden from go test)
# Configuration files with secrets - may contain sensitive connection info, check before deleting
.*.cnf
# Phantom worktree notes - temporary development notes, safe to delete anywhere
.notes.md