docs: переработан examples/README.md + комментарии function.tf
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
# Created: 2026-03-11
|
||||
# Purpose: ignore generated artifacts for the `examples` repository
|
||||
|
||||
# Terraform
|
||||
.terraform/
|
||||
*.tfstate
|
||||
*.tfstate.*
|
||||
.terraform.lock.hcl
|
||||
crash.log
|
||||
|
||||
# Terraform plans / backups
|
||||
*.tfplan
|
||||
*.backup
|
||||
*.bak
|
||||
|
||||
# Provider plugins / caches
|
||||
.terraform.d/
|
||||
|
||||
# Archives and build artifacts
|
||||
*.zip
|
||||
dist/
|
||||
build/
|
||||
|
||||
# Node / Python
|
||||
node_modules/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
venv/
|
||||
.venv/
|
||||
|
||||
# Editor / OS files
|
||||
.DS_Store
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
*.local
|
||||
*.log
|
||||
Reference in New Issue
Block a user