mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-22 15:13:29 -06:00
5536f790fd
Signed-off-by: David Sims <simsdj82@gmail.com>
40 lines
391 B
Plaintext
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
|