Files
terraform-docs/.gitignore
Khosrow Moossavi 19194525e4 ci: enhance release workflows
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
2024-06-04 11:28:09 -04:00

41 lines
530 B
Plaintext

# Build binaries
terraform-docs
/bin
/.tfdocs.d
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
coverage.out
coverage.txt
# Dependency directories
/vendor/
# ignore GoLand files (debug config etc...)
/.idea
# ignore vscode files (debug config etc...)
/.vscode
# ignore asdf local versions
/.tool-versions
# goreleaser
dist/
# website
site/
# contributors.list
contributors.list