mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 04:48:33 +07:00
Plugin can be developed on top of terraform-docs/plugin-sdk and made available to terraform-docs core project in: - ~/.tfdocs.d/plugins/ or - ./.tfdocs.d/plugins/ (this takes precedence if exists) Refer to the following for more details and examples: - https://github.com/terraform-docs/plugin-sdk - https://github.com/terraform-docs/tfdocs-format-template Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
32 lines
454 B
Plaintext
32 lines
454 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
|