2026-06-15 16:23:14 -04:00
|
|
|
.git
|
|
|
|
|
.github
|
|
|
|
|
node_modules
|
|
|
|
|
tools
|
|
|
|
|
tests
|
|
|
|
|
Dockerfile
|
|
|
|
|
.dockerignore
|
|
|
|
|
fly.toml
|
|
|
|
|
*.log
|
|
|
|
|
.DS_Store
|
|
|
|
|
**/.DS_Store
|
2026-07-22 00:41:58 -04:00
|
|
|
# Source maps are debug-only and never needed at runtime; excluding them keeps the
|
|
|
|
|
# build context small (the .map files are several MB) and the deploy upload fast.
|
|
|
|
|
**/*.map
|
|
|
|
|
# Marketing screenshots are referenced only from the README, not served by the app.
|
|
|
|
|
assets/screenshots
|