Files
opentf/.gitignore
Diógenes Fernandes 530e5c4538 Fix linting on Windows (#3457)
Signed-off-by: Diogenes Fernandes <diofeher@gmail.com>
Signed-off-by: Diógenes Fernandes <diofeher@gmail.com>
Co-authored-by: Martin Atkins <mart@degeneration.co.uk>
2025-12-02 07:11:14 -03:00

45 lines
513 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/
# "make golangci-lint" places its temprary golangci-lint executable here
tools/golangci-lint*
# VSCode debugging configurations
.vscode/launch.json
# Coverage
coverage.html
coverage.out
coverage.txt
# GoReleaser build directory
dist/
# Licensei cache file
.licensei.cache
# Development temp folder
tmp