Files
docker-images/csi-s3/storage-csi-s3/.gitignore
2020-07-23 17:18:21 +02:00

13 lines
167 B
Plaintext

# This is where the result of the go build goes
/output*/
/_output*/
/_output
# Go test binaries
*.test
# Godeps or dep workspace
/Godeps/_workspace
vendor
vendor.*