Files
n8n_stack/.gitignore
T
V.Bolshakov 49b389ed53 first commit
2026-05-04 16:54:53 +07:00

20 lines
649 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Секреты — не коммитить
.env
# Логи
n8n/logs/*.log
# Бинарные данные
n8n/shared/binaryData/
# Бэкапы с реальными данными (оставить только .gitkeep и служебные workflow)
n8n/backup/workflows/*.json
n8n/backup/credentials/*.json
!n8n/backup/workflows/.gitkeep
!n8n/backup/credentials/.gitkeep
!n8n/backup/credentials/n8n_local.json
!n8n/backup/credentials/header_n8n_local.json
!n8n/backup/workflows/Backup_Workflows.json
!n8n/backup/workflows/Git_Commit_Workflows.json
!n8n/backup/workflows/Git_Pull_Workflows.json
!n8n/backup/workflows/Backup_Сredentials.json