.gitignore 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. portercli
  20. local
  21. go.work.sum
  22. vendor
  23. **/*.env
  24. **/node_modules
  25. zarf/helm/charts
  26. # Local docs directories
  27. /docs/.obsidian
  28. # Local .terraform directories
  29. **/.terraform/*
  30. .terraform
  31. .terraform.lock.hcl
  32. *kubeconfig*
  33. !*kubeconfig*.go
  34. # .tfstate files
  35. *.tfstate
  36. *.tfstate.*
  37. # Crash log files
  38. crash.log
  39. # Exclude all .tfvars files, which are likely to contain sentitive data, such as
  40. # password, private keys, and other secrets. These should not be part of version
  41. # control as they are data points which are potentially sensitive and subject
  42. # to change depending on the environment.
  43. #
  44. *.tfvars
  45. *.tfvars.json
  46. # Ignore override files as they are usually used to override resources locally and so
  47. # are not checked in
  48. override.tf
  49. override.tf.json
  50. *_override.tf
  51. *_override.tf.json
  52. # Include override files you do wish to add to version control using negated pattern
  53. #
  54. # !example_override.tf
  55. # Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
  56. # example: *tfplan*
  57. # Ignore CLI configuration files
  58. .terraformrc
  59. terraform.rc
  60. # Ignore editor files
  61. .vscode
  62. tmp
  63. tsconfig.json