Skip to content

Commit 1c0007d

Browse files
committed
WIP build is working
1 parent 15d34e7 commit 1c0007d

File tree

5 files changed

+400
-150
lines changed

5 files changed

+400
-150
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text eol=lf

.gitignore

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
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

0 commit comments

Comments
 (0)