mirror of
https://github.com/rgrgogu/new_starr.git
synced 2026-09-27 00:12:54 +08:00
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
47 lines
2.1 KiB
Plaintext
47 lines
2.1 KiB
Plaintext
# ── Dependencies ──────────────────────────────────────────────────────────────
|
|
node_modules/
|
|
pnpm-lock.yaml
|
|
|
|
# ── Environment / Secrets ─────────────────────────────────────────────────────
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
# Keep .env-development and .env-production — they are safe templates
|
|
# that document required variables (no real secrets, only CHANGE_ME placeholders)
|
|
|
|
# ── SSL / TLS / Keys ──────────────────────────────────────────────────────────
|
|
*.pem
|
|
*.key
|
|
*.cert
|
|
*.crt
|
|
*.p12
|
|
*.pfx
|
|
|
|
# ── Logs ──────────────────────────────────────────────────────────────────────
|
|
*.log
|
|
logs/
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
yarn-debug.log*
|
|
|
|
# ── Build / Output ────────────────────────────────────────────────────────────
|
|
dist/
|
|
coverage/
|
|
|
|
# ── Uploads / Temp ────────────────────────────────────────────────────────────
|
|
uploads/
|
|
tmp/
|
|
temp/
|
|
|
|
# ── OS ────────────────────────────────────────────────────────────────────────
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# ── Editors ───────────────────────────────────────────────────────────────────
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*.suo
|