This is done by inspecting the current hostname to determine if tenancy is enabled. The attestation commands also accepts a --hostname parameter, that is used to pick the current host, similar to how the GH_HOST variable can be used. Signed-off-by: Fredrik Skogman <kommendorkapten@github.com>
33 lines
365 B
Text
33 lines
365 B
Text
/bin
|
|
/share/bash-completion/completions
|
|
/share/fish/vendor_completions.d
|
|
/share/man/man1
|
|
/share/zsh/site-functions
|
|
/gh-cli
|
|
.envrc
|
|
/dist
|
|
/site
|
|
.github/**/node_modules
|
|
/CHANGELOG.md
|
|
/.goreleaser.generated.yml
|
|
/script/build
|
|
/script/build.exe
|
|
/pkg_payload
|
|
/build/macOS/resources
|
|
|
|
# VS Code
|
|
.vscode
|
|
|
|
# IntelliJ
|
|
.idea
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# vim
|
|
*.swp
|
|
|
|
# Emacs
|
|
*~
|
|
|
|
vendor/
|