File tree Expand file tree Collapse file tree 5 files changed +400
-150
lines changed Expand file tree Collapse file tree 5 files changed +400
-150
lines changed Original file line number Diff line number Diff line change 1+ * text eol =lf
Original file line number Diff line number Diff line change 1+ * .dll
2+ * .exe
3+ .DS_Store
4+ example.tf
5+ terraform.tfplan
6+ terraform.tfstate
7+ bin /
8+ modules-dev /
9+ /pkg /
10+ website /.vagrant
11+ website /.bundle
12+ website /build
13+ website /node_modules
14+ .vagrant /
15+ * .backup
16+ . /* .tfstate
17+ .terraform /
18+ * .log
19+ * .bak
20+ * ~
21+ . * .swp
22+ .idea
23+ * .iml
24+ * .test
25+ * .iml
26+
27+ website /vendor
28+
29+ .vscode /
30+
31+ # Test exclusions
32+ ! command /test-fixtures /** /* .tfstate
33+ ! command /test-fixtures /** /.terraform /
34+
35+ .env.sh
36+
37+ # goenv version file
38+ .go-version
39+
40+ # generated by the example acceptance tests
41+ examples /** /test.tf
42+ examples /** /test.tfvars
43+ examples /** /terraform
44+ examples /** /terraform.zip
45+
46+ # never upload the build to git
47+ terraform-provider-azurerm
48+
49+ * .ps1
You can’t perform that action at this time.
0 commit comments