.gitignore 1.3 KB

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