docs: переработан examples/README.md + комментарии function.tf

This commit is contained in:
“Naeel”
2026-03-11 16:48:01 +04:00
parent 81be52f6ef
commit 5c6a37313b
3 changed files with 157 additions and 90 deletions
+39
View File
@@ -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