forked from hashicorp/terraform-provider-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
52 lines (49 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
52
.*.swp
./*.tfstate
.DS_Store
.idea
.terraform.lock.hcl
.terraform.tfstate.lock.info
.terraform/
.vagrant/
.vscode
*.backup
*.bak
*.dll
*.exe
*.iml
*.log
*.prof
*.test
*~
/pkg/
aws/testdata/service/cloudformation/examplecompany-exampleservice-exampleresource/bin/handler
bin/
changelog.tmp
dist/
example.tf
log.txt
markdown-link-check*.txt
modules-dev/
package-lock.json
package.json
skaff/skaff
sweeper-bin
terraform-provider-aws
terraform-providers-schema/
terraform.tfplan
terraform.tfstate
vendor/
website/.bundle
website/.vagrant
website/build
website/node_modules
# Test exclusions
!command/test-fixtures/**/*.tfstate
!command/test-fixtures/**/.terraform/
# Keep windows files with windows line endings
*.winfile eol=crlf
/.vs
node_modules
.teamcity/target
awssdk.patch