.gitignore 1.3 KB

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