sless-examples/.gitignore
2026-03-09 20:35:01 +04:00

48 lines
901 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# S3 конфиги с кредами — не коммитим
.s3cfg*
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
*.sh
bin
testbin/*
hack/local.env
Dockerfile.cross
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Kubernetes Generated files - skip generated files, except for vendored files
!vendor/**/zz_generated.*
# editor and IDE paraphernalia
.idea
*.swp
*.swo
*~
terraform/provider/build/
# Terraform state и кэш провайдеров (не коммитим)
**/.terraform/
**/.terraform.lock.hcl
**/terraform.tfstate
**/terraform.tfstate.backup
**/terraform.tfstate.*.backup
**/handler.zip
# Локальные артефакты упаковки функций
**/dist/
# Локальные тестовые файлы и логи прогонов
**/*.tf.disabled
.test-logs/