mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-29 18:21:10 +00:00
35 lines
378 B
Plaintext
35 lines
378 B
Plaintext
/example/terraform-provider-*
|
|
/pkg/
|
|
/website/.vagrant
|
|
/website/.bundle
|
|
/website/build
|
|
/website/node_modules
|
|
/website/vendor
|
|
|
|
bin/
|
|
dist/
|
|
modules-dev/
|
|
|
|
.terraform/
|
|
.vagrant/
|
|
|
|
*~
|
|
*.backup
|
|
*.bak
|
|
*.dll
|
|
*.exe
|
|
*.iml
|
|
*.log
|
|
*.test
|
|
*.tfplan
|
|
*.tfstate
|
|
*.tfstate.lock.info
|
|
|
|
.*.swp
|
|
.DS_Store
|
|
.idea
|
|
|
|
# Test exclusions
|
|
!command/test-fixtures/**/*.tfstate
|
|
!command/test-fixtures/**/.terraform/
|