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