dartboard/.gitignore

29 lines
298 B
Plaintext

# OS related
.DS_Store
# tofu related
**/.terraform/*
*.tfstate
*.tfstate.*
.terraform.lock.hcl
tofu/main/*/*config
*.tfvars
*.tfvars.json
# IDE related
.idea
.vscode
# Others
scripts/utils/*.txt
# Binaries
/dartboard
/scripts/soak/soak
# Vendored binaries
/internal/vendored/bin
/.bin
dist/