infrastructure/.gitignore

27 lines
296 B
Text
Raw Normal View History

2024-07-08 19:36:43 +00:00
# ---> Terraform
# Local .terraform directories
**/.terraform/*
**/.tofu/*
2024-07-08 19:36:43 +00:00
# .tfstate files
*.tfstate
*.tfstate.*
!*.tfstate.encrypted
2024-07-08 19:36:43 +00:00
# Crash log files
crash.log
crash.*.log
# Ignore CLI configuration files
.terraformrc
terraform.rc
.tofurc
tofu.rc
2024-07-08 19:36:43 +00:00
2024-07-08 20:27:08 +00:00
# ENV
.env
2024-07-19 20:48:07 +00:00
admin.*config
2024-09-01 08:10:21 +00:00
# Nix
2024-09-01 09:26:09 +00:00
**/result