0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 18:42:58 +00:00
terraform-provider-proxmox/.gitignore
Pavel Boldyrev cd24cf238c
fix(cluster): can't read back cluster options on PVE 8.1 (#755)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2023-11-29 18:12:21 -05:00

46 lines
484 B
Plaintext

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