forked from vmware/terraform-provider-vcd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
51 lines (47 loc) · 778 Bytes
/
.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
*.dll
*.exe
.DS_Store
example.tf
terraform.tfplan
terraform.tfstate
bin/
modules-dev/
/pkg/
website/.vagrant
website/.bundle
website/build
website/node_modules
.vagrant/
*.backup
./*.tfstate
.terraform/
*.log
*.bak
*~
.*.swp
.idea
.vscode/
*.iml
*.test
*.iml
vcd/vcd_test_config*.json
vcd/go-vcloud-director.log
vcd/test-artifacts
website/vendor
vcd/org_user_pwd.txt
vcd/vcd_test_pass_list*.txt
tmp/
examples/**/terraform.tfvars
examples/**/.terraform*
# Test exclusions
!command/test-fixtures/**/*.tfstate
!command/test-fixtures/**/.terraform/
vcd/*-tests-end-in-node-*-*.txt
vcd/*-tests-planned-in-node-*-*.txt
vcd/*-tests-processed-in-node-*-*.txt
vcd/*-tests-retrieved-in-node-*-*.txt
vcd/*-out-*.txt
# Go workspace
go.work
# File cache directory
test-resources/cache/*