.gitignore 1.1 KB

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