.gitignore 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # Generated files by hugo
  2. /public/
  3. /resources/_gen/
  4. /assets/jsconfig.json
  5. hugo_stats.json
  6. # Executable may be added to repository
  7. hugo.exe
  8. hugo.darwin
  9. hugo.linux
  10. # Temporary lock file while building
  11. /.hugo_build.lock
  12. # Local .terraform directories
  13. **/.terraform/*
  14. # .tfstate files
  15. *.tfstate
  16. *.tfstate.*
  17. # Crash log files
  18. crash.log
  19. crash.*.log
  20. # Exclude all .tfvars files, which are likely to contain sensitive data, such as
  21. # password, private keys, and other secrets. These should not be part of version
  22. # control as they are data points which are potentially sensitive and subject
  23. # to change depending on the environment.
  24. *.tfvars
  25. *.tfvars.json
  26. # Ignore override files as they are usually used to override resources locally and so
  27. # are not checked in
  28. override.tf
  29. override.tf.json
  30. *_override.tf
  31. *_override.tf.json
  32. # Include override files you do wish to add to version control using negated pattern
  33. # !example_override.tf
  34. # Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
  35. # example: *tfplan*
  36. # Ignore CLI configuration files
  37. .terraformrc
  38. terraform.rc