mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-10 08:03:08 -06:00
0375c5a4ab
Seems like Emacs is generating .test files when saving _test.go files - we don't need these in the repo.
24 lines
229 B
Plaintext
24 lines
229 B
Plaintext
*.dll
|
|
*.exe
|
|
.DS_Store
|
|
example.tf
|
|
terraform.tfplan
|
|
terraform.tfstate
|
|
bin/
|
|
modules-dev/
|
|
pkg/
|
|
vendor/
|
|
website/.vagrant
|
|
website/build
|
|
website/node_modules
|
|
.vagrant/
|
|
*.backup
|
|
./*.tfstate
|
|
.terraform/
|
|
*.log
|
|
*.bak
|
|
*~
|
|
.*.swp
|
|
.idea
|
|
*.test
|