Initial commit: BC backup project

This commit is contained in:
2026-02-09 18:57:39 +01:00
commit d35806b8e1
10 changed files with 2258 additions and 0 deletions

34
.gitignore vendored Normal file
View File

@@ -0,0 +1,34 @@
# Business Central Backup - Git Ignore File
# Prevents sensitive data from being committed to version control
# Configuration file with secrets
bc-backup.conf
# Log files
logs/
*.log
# Temporary files
temp/
*.bacpac
*.gpg
*.tmp
# Backup downloads
backups/
*.bak
# System files
.DS_Store
Thumbs.db
*~
# IDE files
.vscode/
.idea/
*.swp
*.swo
# Environment variables
.env
.env.local