summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 6ffd1c79fe97eb4e78e96033ae6370a3dda6ee97 (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
# 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

# Config (may contain secrets)
config.yaml
config.yml

# Logs
*.log
logs/