first commit
This commit is contained in:
+31
@@ -0,0 +1,31 @@
|
||||
# ── Secrets / local config ─────────────────────────────────────────────
|
||||
# Keep the base appsettings.json (no real secrets); ignore env-specific ones.
|
||||
**/appsettings.*.json
|
||||
!**/appsettings.json
|
||||
.env
|
||||
.env.*
|
||||
!**/.env*.example
|
||||
|
||||
# ── .NET ───────────────────────────────────────────────────────────────
|
||||
bin/
|
||||
obj/
|
||||
[Dd]ebug/
|
||||
[Rr]elease/
|
||||
*.user
|
||||
.vs/
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# ── Node / Next.js ─────────────────────────────────────────────────────
|
||||
node_modules/
|
||||
.next/
|
||||
out/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.pnpm-debug.log*
|
||||
|
||||
# ── OS / editor ────────────────────────────────────────────────────────
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.idea/
|
||||
Reference in New Issue
Block a user