summaryrefslogtreecommitdiff
path: root/.gitignore
blob: e21bd25e12c17b514c1da2216562a8a264c2719a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.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

.DS_Store