2020-08-28 10:23:07 +03:00
|
|
|
# Configuration - never check in credentials!
|
|
|
|
*.conf
|
2020-08-28 11:07:35 +03:00
|
|
|
.env
|
2021-06-09 09:52:51 +03:00
|
|
|
.env.dev
|
2020-11-20 18:00:49 +03:00
|
|
|
local.auto.tfvars
|
2020-08-28 10:11:49 +03:00
|
|
|
|
2020-08-28 10:23:07 +03:00
|
|
|
# Terraform - state and plan files
|
|
|
|
.terraform/
|
2020-08-28 14:50:58 +03:00
|
|
|
*.tfplan
|
2020-10-13 23:20:09 +03:00
|
|
|
*.tfstate
|
|
|
|
*.tfstate.*
|
2022-04-29 14:59:42 +03:00
|
|
|
backends/*.hcl
|
2020-08-28 10:11:49 +03:00
|
|
|
|
2021-11-04 17:38:23 +03:00
|
|
|
# For local Terraform deployment
|
|
|
|
_override.tf
|
|
|
|
|
2020-08-28 11:07:35 +03:00
|
|
|
# Debugging
|
|
|
|
debug.azcli
|
|
|
|
|
2020-08-28 10:23:07 +03:00
|
|
|
# Node.js for autogenerating change logs
|
|
|
|
node_modules/
|
2020-08-28 10:11:49 +03:00
|
|
|
|
2020-08-28 11:07:35 +03:00
|
|
|
# Mac OS
|
|
|
|
.DS_Store
|
|
|
|
|
2020-08-28 10:23:07 +03:00
|
|
|
# From template: Visual Studio
|
2020-08-28 10:11:49 +03:00
|
|
|
.vs/
|
|
|
|
*.tmp
|
|
|
|
*.tmp_proj
|
|
|
|
*_wpftmp.csproj
|
|
|
|
*.log
|
|
|
|
*.vspscc
|
|
|
|
*.vssscc
|
|
|
|
.builds
|
|
|
|
.localhistory/
|