Skip to content
View raw
1
# Local dashboard runtime state
2
/.mojo-secrets
3
/*.sqlite3
4
/*.sqlite3-shm
5
/*.sqlite3-wal
6
7
# Optional local Node tooling (the dashboard has no npm runtime dependency)
8
/node_modules/
9
/package.json
10
/package-lock.json
11
/npm-debug.log*
12