Files
KSP-MissionControl/.gitignore
T
Mavis 938ba042b3
CI / Lint, typecheck, test, build (push) Failing after 22s
Phase 0: fix typecheck, format, build; remove stray emit; pin port via env
2026-06-02 16:07:09 +00:00

55 lines
617 B
Plaintext

# dependencies
node_modules/
.pnpm-store/
# builds
dist/
build/
.next/
out/
*.tsbuildinfo
# env
.env
.env.local
.env.*.local
!.env.example
# logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# os
.DS_Store
Thumbs.db
# editor
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json.example
.idea/
# test
coverage/
.nyc_output/
# misc
*.tgz
.cache/
.turbo/
# KSP game (if you ever mount the install into the repo for dev)
KSP/
saves/
# accidentally-emitted tsbuild outputs
**/*.js.map
**/*.d.ts.map
apps/live-map/src/*.js
apps/live-map/src/*.d.ts
apps/live-map/dist/