nandi/oripublic Fork 0
main
Commits
Clone
git clone https://git.rickub.com/nandi/ori.git
git clone ssh://git@rickub.com/nandi/ori.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

forked from bots-garden/ori

🛟 Updated. f5c963a · on main · k33g · 16h ago
.gitignore · 30 lines · 575 BGDScript3 Blame HistoryRaw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Go
/bin/
*.test
bin

# Node / Vite
node_modules/
ui/dist/*
!ui/dist/.gitkeep
# copied from vscode-material-icons by ui/scripts/copy-icons.mjs
ui/public/material-icons/

# Editors & OS
.DS_Store
*.log
sandboxes

# Tools
.qlty

# ori-desktop (Wails app, separate Go module)
ori-desktop/build/bin/
ori-desktop/build/windows/installer/wails_tools.nsh
ori-desktop/build/windows/installer/tmp/
ori-desktop/frontend/wailsjs/
ori-desktop/frontend/node_modules/
ori-desktop/frontend/dist/

# compiled AppleScript launcher (rebuild with osacompile, see quickstart.md)
scripts/*.app/