0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-08-22 11:28:33 +00:00
terraform-provider-proxmox/.gitignore
Pavel Boldyrev c992dfc1f3
fix(vm): vga block defaults handling during create / clone (#1732)
* fix(vm): fix `vga` block defaults handling during create / clone

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>

* fix: formatting

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>

* fix: acc test failure due to skip

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>

---------

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2025-01-30 22:11:46 -05:00

52 lines
552 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
id_rsa.pub
.*.swp
.DS_Store
.idea
# Test exclusions
!command/test-fixtures/**/*.tfstate
!command/test-fixtures/**/.terraform/
# Binary
terraform-provider-proxmox*
# VScode / Cursor
.vscode/settings.json
.cursorrules