48 lines
901 B
Plaintext
48 lines
901 B
Plaintext
|
||
# 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/
|