terraform-provider-docker/.gitignore
Copilot 78c64d5888
Add timeout support to docker_registry_image resource (#769)
* Initial plan

* Initial analysis and planning for docker_registry_image timeout support

Co-authored-by: Junkern <3775779+Junkern@users.noreply.github.com>

* feat: Add timeout support to docker_registry_image resource

Co-authored-by: Junkern <3775779+Junkern@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Junkern <3775779+Junkern@users.noreply.github.com>
2025-08-13 14:42:18 +02:00

50 lines
671 B
Text

*.dll
*.exe
.DS_Store
example.tf
terraform.tfplan
terraform.tfstate
bin/
modules-dev/
/pkg/
website/.vagrant
website/.bundle
website/build
website/node_modules
.vagrant/
*.backup
./*.tfstate
.terraform/
*.log
*.bak
*~
.*.swp
.idea
*.iml
*.test
*.iml
.vscode
website/vendor
# Test exclusions
!command/test-fixtures/**/*.tfstate
!command/test-fixtures/**/.terraform/
scripts/testing/auth
scripts/testing/certs
scripts/testing/testingFile*
scripts/testing/**/to_be_ignored
# build outputs
results
dist
# testing
/testing
/testing-mirror/registry.terraform.io/kreuzwerker/docker
# lint error outputs
markdown-link-check-*.txt
# build binaries
terraform-provider-docker