feature/gitignore-and-improve-contribution-guideline (#383)

This commit is contained in:
stackit-pipeline 2024-05-31 10:32:31 +02:00 committed by GitHub
parent 6af9c0dcbb
commit 9f351a2e4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

22
.gitignore vendored
View file

@ -1,5 +1,10 @@
# Binaries
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
## IDE
*.idea/
@ -8,3 +13,20 @@ bin/
# Terraform
**/.terraform
**/terraform.tfstate**
.terraform.lock.hcl
.terraform.tfstate.lock.info
main.tf
example.tf
index.tf
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories
vendor/
# Go workspace file
go.work