opentofu/.gitignore
Patrick Decat b24c89c4b2
chore: ignore /opentf binary (#289)
Signed-off-by: Patrick Decat <pdecat@gmail.com>
2023-09-06 02:08:33 -04:00

31 lines
268 B
Plaintext

*.dll
*.exe
.DS_Store
bin/
modules-dev/
/pkg/
website/.vagrant
website/.bundle
website/build
website/node_modules
.vagrant/
*.backup
*.bak
*~
.*.swp
.idea
*.iml
*.test
*.iml
/opentf
website/vendor
vendor/
# Coverage
coverage.txt
# GoReleaser build directory
dist/