55 lines
617 B
Plaintext
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/
|