mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-20 14:49:41 -05:00
* 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>
50 lines
671 B
Text
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
|