Initial commit: SQL Server 2025 local dev stack
This commit is contained in:
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user