Files
MrAlders0n 08d50be490 Track devserver.sh and finish the tower -> beacon rename
scripts/ was caught by a stray .gitignore entry, so the npm start/stop
helpers pointed at a file fresh clones never got. Also sweep the last
tower-* references out of comments, compose and the map test fixture.
2026-06-09 23:16:04 -04:00

33 lines
259 B
Plaintext

# Dependencies
node_modules/
# Build
dist/
build/
.next/
.nuxt/
# Dev server helper runtime files
.scripts/
# Environment
.env
.env.*
!.env.example
# IDE
.idea/
.vscode/
*.swp
# Testing
coverage/
.references/
# Claude
.claude/
# OS
.DS_Store
Thumbs.db