opentofu/.gitignore
David Sims 5536f790fd
Bug Fix #1403 - Set grade and channel correctly (#1450)
Signed-off-by: David Sims <simsdj82@gmail.com>
2024-04-09 10:41:35 -04:00

40 lines
391 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
/tofu
website/vendor
vendor/
# VSCode debugging configurations
.vscode/launch.json
# Coverage
coverage.txt
# GoReleaser build directory
dist/
# Licensei cache file
.licensei.cache
# Development temp folder
tmp