build: add GPG private key to gitignore (#198)

This commit is contained in:
Daniel Moran
2021-07-19 16:38:34 -04:00
committed by GitHub
parent 4a9b013268
commit 90a47e33db

3
.gitignore vendored
View File

@ -20,3 +20,6 @@ vendor/
# Docs generated from our openapi repo # Docs generated from our openapi repo
api/cli.yml api/cli.yml
api/cli.gen.yml api/cli.gen.yml
# GPG private key generated by CI during release.
private.key