~bigbes/ci-cacher

ref: e1b71b2fe9f2df0fd94378351a68d97a01879922 ci-cacher/.gitignore -rw-r--r-- 214 bytes
e1b71b2f — Eugene Blikh test.yml: build cacher from source, cache go.mod, use 'docker download --pull' a day 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