45 lines
670 B
Plaintext
45 lines
670 B
Plaintext
node_modules/
|
|
dist/
|
|
dist-ssr/
|
|
build/
|
|
|
|
# Environment (NEVER commit .env, only .env.example)
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
*.local
|
|
|
|
# Editor
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# Local notes & disaster-recovery scripts (kept outside repo)
|
|
disaster-recovery/
|
|
*.local.md
|
|
NOTES.md
|
|
|
|
# Large binary assets (downloaded separately, see README ASSETS section).
|
|
# 106 MB of GLB/PNG/MP3 — would bloat the git repo otherwise.
|
|
# Maintainer provides them as a release artifact.
|
|
public/kubikon-assets/
|
|
|
|
# OS
|
|
Thumbs.db
|
|
.env.production
|