From 44f8eb6103a3ed4c2448d5d051085e88103f5587 Mon Sep 17 00:00:00 2001 From: PTah Date: Tue, 26 May 2026 19:33:39 +1000 Subject: [PATCH] chore: ignore production config files with secrets ssh-monitor.conf and local overrides must not be committed to public GitHub. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index b1e5f48..9fd5bf0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,11 @@ .DS_Store CalculatorApp/ + +# Рабочий конфиг с токенами/паролями — только на закрытом git (не коммитить в GitHub) +ssh-monitor.conf +*.conf.local +.env +.env.* # Артефакты локальной сборки (релизные архивы грузятся в GitHub Releases, в git не коммитим) ssh-monitor-*.tar.gz