0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 02:31:10 +00:00
terraform-provider-proxmox/.gitignore
2022-10-17 01:42:10 -04:00

44 lines
471 B
Plaintext

/example/terraform-provider-*
/pkg/
/test/
/website/.vagrant
/website/.bundle
/website/build
/website/node_modules
/website/vendor
autogenerated/
bin/
cache/
dist/
modules-dev/
.terraform/
.vagrant/
.run/
*~
*.backup
*.bak
*.dll
*.exe
*.iml
*.lock.hcl
*.log
*.test
*.tfplan
*.tfstate
*.tfstate.lock.info
*.tfvars
.*.swp
.DS_Store
.idea
# Test exclusions
!command/test-fixtures/**/*.tfstate
!command/test-fixtures/**/.terraform/
# Binary
terraform-provider-proxmox*