mirror of
https://github.com/acamarata/solar-spa.git
synced 2026-06-30 19:04:28 +00:00
69 lines
895 B
Text
69 lines
895 B
Text
# ─── Dependencies ───
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# ─── Build ───
|
|
dist/
|
|
build/
|
|
out/
|
|
*.tsbuildinfo
|
|
|
|
# ─── Environment ───
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# ─── OS ───
|
|
.DS_Store
|
|
Thumbs.db
|
|
._*
|
|
Desktop.ini
|
|
$RECYCLE.BIN/
|
|
|
|
# ─── IDE / Editor ───
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# ─── Logs ───
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
|
|
# ─── Testing / Coverage ───
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# ─── AI Agents ───
|
|
.claude/
|
|
.cursor/
|
|
.copilot/
|
|
.github/copilot/
|
|
.aider*
|
|
.codeium/
|
|
.tabnine/
|
|
.windsurf/
|
|
.cody/
|
|
.sourcegraph/
|
|
|
|
# ─── Packages ───
|
|
*.tgz
|
|
|
|
# ─── Custom ───
|
|
# C compilation artifacts (WASM binary is pre-compiled and tracked)
|
|
*.o
|
|
*.a
|
|
.vscode/*
|
|
.codex/
|
|
.aider/
|
|
.aider.chat.history.md
|
|
.continue/
|
|
.gemini/
|