mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-25 16:31:10 -06:00
9e71da61eb
The main purpose of this change is to avoid a problem where new golden files added to certain directories for test purposes (like .log) shouldn't be ignored. Cleaning up a bit more and broadening the definition, this removes ignore rules for artifacts of Terraform itself (state files, plans). It's generally not recommended to be using this codebase as your Terraform working directory anyway; build here, test elsewhere.
26 lines
223 B
Plaintext
26 lines
223 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
|
|
|
|
website/vendor
|
|
vendor/
|
|
|
|
# Coverage
|
|
coverage.txt
|