.gitignore 1.1 KB

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