Files
influx-cli/.gitignore
Andrew Depke d470527e43 feat: added tag stripping step to openapi generation to fix codegen (#428)
* feat: added tag stripping step to openapi generation to fix codegen

* fix: run tag removal in docker container

* fix: ignore cli generated yaml
2022-07-26 13:02:19 -06:00

32 lines
512 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
bin/
dist/
.idea/
# Test binary, built with `go test -c`
*.test
# Directories mounted during the release process in CI
test-bin-*/
changelog_artifacts/
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories
vendor/
# Docs generated from our openapi repo
api/cli.yml
api/cli.gen.yml
api/cli-stripped.gen.yml
api/cli-extras.gen.yml
# GPG private key generated by CI during release.
private.key