.gitignore 1.1 KB

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