Files
EventHubBack/.gitignore
T
aleksey 4a69ef8cd1
CI / test (push) Failing after 13m20s
Deploy IFT (core) / deploy-ift-core (push) Failing after 23m20s
Update traefik routing for dev and ignore TLS private keys
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-08 17:25:13 +03:00

35 lines
462 B
Plaintext

/EventHubBack.iml
/.idea/
.rebar3
_build
_checkouts
_vendor
.eunit
*.o
*.beam
*.plt
*.swp
*.swo
.erlang.cookie
ebin
log
erl_crash.dump
.rebar
logs
data
.idea
*.iml
rebar3.crashdump
*~
/.tool-versions
/rebar.lock
/build/
docker/.env
/Mnesia.*/
/doc/
# Traefik TLS private keys (generated locally for dev/staging).
# Никогда не коммитим приватный ключ в репозиторий.
docker/traefik/certs/*.key
docker/traefik/certs/*.pem