.gitignore 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. .DS_Store
  2. .env
  3. docker/.env
  4. docker/github_app_private_key.pem
  5. app
  6. *.db
  7. test.yaml
  8. dist
  9. gon.hcl
  10. internal/local_templates
  11. gon*.hcl
  12. *prod.Dockerfile
  13. staging.sh
  14. *.crt
  15. *.key
  16. bin
  17. openapi.yaml
  18. .idea
  19. vendor
  20. **/*.env
  21. **/node_modules
  22. zarf/helm/charts
  23. # Local docs directories
  24. /docs/.obsidian
  25. # Local .terraform directories
  26. **/.terraform/*
  27. .terraform
  28. .terraform.lock.hcl
  29. *kubeconfig*
  30. !*kubeconfig*.go
  31. # .tfstate files
  32. *.tfstate
  33. *.tfstate.*
  34. # Crash log files
  35. crash.log
  36. # Exclude all .tfvars files, which are likely to contain sentitive data, such as
  37. # password, private keys, and other secrets. These should not be part of version
  38. # control as they are data points which are potentially sensitive and subject
  39. # to change depending on the environment.
  40. #
  41. *.tfvars
  42. *.tfvars.json
  43. # Ignore override files as they are usually used to override resources locally and so
  44. # are not checked in
  45. override.tf
  46. override.tf.json
  47. *_override.tf
  48. *_override.tf.json
  49. # Include override files you do wish to add to version control using negated pattern
  50. #
  51. # !example_override.tf
  52. # Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
  53. # example: *tfplan*
  54. # Ignore CLI configuration files
  55. .terraformrc
  56. terraform.rc
  57. # Ignore editor files
  58. .vscode
  59. tmp
  60. tsconfig.json