Skip to content

Commit 1d741ec

Browse files
committed
Initial commit
0 parents  commit 1d741ec

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.gitignore

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Terraform files
2+
.terraform
3+
terraform.tfstate
4+
terraform.tfvars
5+
*.tfstate*
6+
7+
# OS X files
8+
.history
9+
.DS_Store
10+
11+
# IntelliJ files
12+
.idea_modules
13+
*.iml
14+
*.iws
15+
*.ipr
16+
.idea/
17+
build/
18+
*/build/
19+
out/
20+
21+
# Go best practices dictate that libraries should not include the vendor directory
22+
vendor
23+
24+
# Output from the build-go-binaries tests
25+
app_linux_amd64
26+
27+
# Output from build-packer-artifact
28+
packer-build.log

0 commit comments

Comments
 (0)