driftctl/.gitignore

36 lines
416 B
Plaintext

/bin
### 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
CHANGELOG.md