-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
68 lines (52 loc) · 1.12 KB
/
.gitignore
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Ignore macos .DS_Store
.DS_Store
# Ignore alicloud cache
alicloud/.terraform*
alicloud/terraform.tfstate*
# Ignore aws cache
aws/.terraform*
aws/terraform.tfstate*
# Ignore azure cache
azure/.terraform*
azure/terraform.tfstate*
# Ignore digitalocean cache
digitalocean/.terraform*
digitalocean/terraform.tfstate*
digitalocean/stored
# Ignore gcp cache
gcp/.terraform*
gcp/terraform.tfstate*
gcp/credential.json
# Ignore linode cache
linode/.terraform*
linode/terraform.tfstate*
# Ignore tencent cache
tencent/.terraform*
tencent/terraform.tfstate*
# Ignore upcloud cache
upcloud/.terraform*
upcloud/terraform.tfstate*
# Ignore vultr cache
vultr/.terraform*
vultr/terraform.tfstate*
# Ignore ovh cache
ovh/.terraform*
ovh/terraform.tfstate*
ovh/clouds.yaml
# Ignore biznet cache
biznet/.terraform*
biznet/terraform.tfstate*
biznet/clouds.yaml
# Ignore hetzner cache
hetzner/.terraform*
hetzner/terraform.tfstate*
# Ignore civo cache
civo/.terraform*
civo/terraform.tfstate*
# Ignore hiawei cache
huawei/.terraform*
huawei/terraform.tfstate*
ibm/.terraform*
ibm/terraform.tfstate*
scaleway/.terraform*
scaleway/terraform.tfstate*