forked from bots-garden/ori
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Keep the template build context small: only sources needed by the build.
sandboxes/
.git/
ui/node_modules/
ui/dist/
ui/public/material-icons/
bin/
tmp/
.memory/
.quality/
.qlty/
docs/
kits/
.tickets/
.claude/
.vscode/
*.log
|