~bigbes/ci-cacher

ref: 176b6cb94fda9f283356d899011c2be49e23d9c9 ci-cacher/.gitignore -rw-r--r-- 214 bytes
176b6cb9 — Eugene Blikh Bump VERSION to 0.1.0 for tag 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