blob: 9c743ac62020bdfa8b0e94d4d3d909b1001e5a76 (
plain)
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
|
# Binaries
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary
*.test
# Go coverage
*.out
coverage.html
# Go workspace file
go.work
go.work.sum
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Database files
*.db
*.db-shm
*.db-wal
# Relay data
relay.db*
# Config (may contain secrets)
config.yaml
config.yml
# Logs
*.log
logs/
|