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 d91ec25bfa
fix(docs): update HOW-TOs for cloud-init (#955)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-01-24 03:44:39 +00:00

47 lines
495 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*