Files
evening_detective_server/.gitignore
T
2026-08-30 21:40:50 +07:00

40 lines
899 B
Plaintext

# ---> Go
# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
# bin/
# Go workspace file
go.work
.idea
go.sum
.env
# Локальные Go-кэши (используются, когда системный кэш недоступен)
.gocache/
.gotmp/
# Локальный журнал улучшений «вне скоупа» текущей задачи
# (каждая запись — отдельный файл, см. скилл todo-collect)
todo/
.VSCodeCounter/
docker-compose-prod.yml