26 lines
334 B
Plaintext
26 lines
334 B
Plaintext
# Terraform
|
|
.terraform/
|
|
*.tfstate
|
|
*.tfstate.*
|
|
*.tfvars
|
|
|
|
# Go
|
|
bin/
|
|
*.test
|
|
*.out
|
|
|
|
# Compiled function binaries (generated, not versioned)
|
|
examples/*/dist/
|
|
|
|
# Provider binaries
|
|
terraform-provider-fission
|
|
terraform-provider-fission_*
|
|
console/fission-console
|
|
|
|
# Secrets / tokens
|
|
token.txt
|
|
|
|
# Test logs
|
|
test-results/
|
|
scripts/test_layer1.sh
|