1# Files NOT to bundle into the deployed numbl project. Only the built
2# single-file app (app/dist/index.html) is needed at runtime — exclude the web
3# app's source and config. (node_modules, .git, .github are excluded by default.)
4.gitignore
5app/src
6app/index.html
7app/package.json
8app/package-lock.json
9app/tsconfig.json
10app/vite.config.ts