driftctl/.gitignore

36 lines
416 B
Plaintext
Raw Normal View History

2021-07-21 09:57:55 +00:00
/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
2021-02-23 17:16:10 +00:00
/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
2021-12-20 10:42:34 +00:00
CHANGELOG.md