mirror of
https://github.com/stablyai/orca
synced 2026-04-21 14:17:16 +00:00
Swap out eslint + 6 plugins for oxlint and prettier for oxfmt (oxc toolchain). Set up husky + lint-staged to run linter and formatter on pre-commit. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
44 lines
337 B
Text
44 lines
337 B
Text
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
dist-electron/
|
|
out/
|
|
build/
|
|
release/
|
|
|
|
# pnpm
|
|
.pnpm-store/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Lint/cache
|
|
.oxlintcache
|
|
|
|
# Logs
|
|
*.log
|
|
*.log.*
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
|
|
# Coverage
|
|
coverage/
|
|
|
|
# Temp
|
|
tmp/
|
|
.tmp/
|