~bigbes/ci-cacher

ref: 63e1653aea40a9dca690f49bd8017e72c867d61b ci-cacher/.gitignore -rw-r--r-- 214 bytes
63e1653a — Eugene Blikh Add builds.sr.ht CI: unit, e2e, and tag-only publish 2 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Built binaries
/cacher
/cacher-linux-amd64

# Local config / credentials that might end up in cwd
*.s3-cache-key-id
*.s3-cache-key-secret

# IDE / editor
.idea/
.vscode/
*.swp
*~

# Go
*.test
*.prof
coverage.out