35 lines
419 B
Plaintext
35 lines
419 B
Plaintext
/bin/*
|
|
!/bin/.gitkeep
|
|
|
|
### Go ###
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
### Go Patch ###
|
|
/vendor/
|
|
|
|
### test report ###
|
|
/unit-tests.xml
|
|
/unit-tests-acc.xml
|
|
/cover.out
|
|
/cover.out.tmp
|
|
/cover-acc.out
|
|
|
|
### coverage folder inside pkg ###
|
|
!pkg/coverage
|
|
|
|
### vscode settings ###
|
|
.vscode
|
|
|
|
### terraform provider/tfstate ###
|
|
.terraform
|
|
*.tfstate*
|
|
!pkg/iac/**/*.tfstate*
|
|
|
|
### driftctl
|
|
/.driftignore
|