1
0
Форкнуть 0
terraform-provider-azuredevops/.gitignore

33 строки
348 B
Plaintext

.env
#direnv files
.envrc
bin/
terraform-provider-azure-devops
terraform.log
crash.log
# Local .terraform directories
**/.terraform/*
# .tfstate files
*.tfstate
*.tfstate.*
# .tfvars files
*.tfvars
# ignore tf files in the root directory
/*.tf
# unwanted binary file
**/debug.test
dist
#GoLand Editor configuration
.idea
.fleet
.DS_Store