Initial commit: SQL Server 2025 local dev stack

This commit is contained in:
2026-01-30 15:16:51 +01:00
commit 4a905eeaaa
18 changed files with 534 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
# --- SQL Server container persistent data (local only) ---
data/
backup/
# --- secrets / local overrides ---
.env
# --- editor / OS ---
.vscode/
.idea/
.DS_Store
# --- logs ---
*.log