forked from zscaler/terraform-provider-zpa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
56 lines (53 loc) · 762 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
52
53
54
55
56
.idea
*.dll
*.exe
.DS_Store
example.tf
terraform.tfplan
vars.tf
terraform.tfstate
terraform.txt
terraform.tfstate.backup
.terraform.lock.hcl
.terraform.tfstate.lock.info
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
log.txt
website/vendor
# Test exclusions
!command/test-fixtures/**/*.tfstate
!command/test-fixtures/**/.terraform/
# Keep windows files with windows line endings
*.winfile eol=crlf
/.vs
node_modules
vendor
vendor/modules.txt
examples/script.sh
examples/quick-refactor.sh
examples/terraform-set-logging.sh
examples/all_together
goreleaser.sh
dist/
dist/*
local_test/
local_test/*
acceptance_test.yml