devops-governance/.gitignore

36 строки
444 B
Plaintext
Исходник Обычный вид История

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