chore: ignore production config files with secrets
ssh-monitor.conf and local overrides must not be committed to public GitHub. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
CalculatorApp/
|
CalculatorApp/
|
||||||
|
|
||||||
|
# Рабочий конфиг с токенами/паролями — только на закрытом git (не коммитить в GitHub)
|
||||||
|
ssh-monitor.conf
|
||||||
|
*.conf.local
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
# Артефакты локальной сборки (релизные архивы грузятся в GitHub Releases, в git не коммитим)
|
# Артефакты локальной сборки (релизные архивы грузятся в GitHub Releases, в git не коммитим)
|
||||||
ssh-monitor-*.tar.gz
|
ssh-monitor-*.tar.gz
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user