mirror of
https://github.com/rgrgogu/new_starr.git
synced 2026-09-27 00:12:54 +08:00
git-subtree-dir: apps/web git-subtree-mainline:eaa6d2276agit-subtree-split:459af9d46a
50 lines
2.0 KiB
Plaintext
50 lines
2.0 KiB
Plaintext
# ── Dependencies ──────────────────────────────────────────────────────────────
|
|
node_modules/
|
|
|
|
# ── Environment / Secrets ─────────────────────────────────────────────────────
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
# Keep .env.example — it is safe and documents required variables
|
|
|
|
# ── SSL / TLS / Keys ──────────────────────────────────────────────────────────
|
|
*.pem
|
|
*.key
|
|
*.cert
|
|
*.crt
|
|
*.p12
|
|
*.pfx
|
|
|
|
# ── Build / Output ────────────────────────────────────────────────────────────
|
|
dist/
|
|
dist-ssr/
|
|
|
|
# ── Tauri ─────────────────────────────────────────────────────────────────────
|
|
src-tauri/target/
|
|
.tauri/
|
|
|
|
# ── Logs ──────────────────────────────────────────────────────────────────────
|
|
*.log
|
|
logs/
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
yarn-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# ── OS ────────────────────────────────────────────────────────────────────────
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# ── Editors ───────────────────────────────────────────────────────────────────
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
.vercel
|