31 lines
1.0 KiB
Plaintext
31 lines
1.0 KiB
Plaintext
# ── Secrets / local config ─────────────────────────────────────────────
|
|
# Keep the base appsettings.json (no real secrets); ignore env-specific ones.
|
|
|
|
.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/
|