-
-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (47 loc) · 856 Bytes
/
Copy path.gitignore
File metadata and controls
57 lines (47 loc) · 856 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Binaries
bin/
build/
*.app
*.dmg
/neru
/genman
# Generated man pages
/man/
# Go
*.exe
*.exe~
*.dll
*.so
*.dylib
*.syso
*.test
*.out
coverage.txt
coverage.html
go.work
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Logs
*.log
# Config (keep default)
config.toml
!configs/default-config.toml
.direnv/
# golangci-lint cache. The justfile points it here so every checkout gets its
# own and none can poison another's — see the GOLANGCI_LINT_CACHE comment there.
.golangci-cache/
# Agent-guide local overrides (see AGENTS.md)
AGENTS.local.md
CLAUDE.local.md
# Agent worktrees: whole checkouts of this repository parked inside it. The rest
# of .claude/ stays tracked — settings.json, the agent definitions and the
# skills symlink are pinned by internal/architecture/agent_contract_test.go.
.claude/worktrees/