Take teletype-orbit into the workspace
The app existed only on one disk: a local git repo with no remote, so a lost machine lost the work. It now has a repo under services/, next to the other things that run on our servers, and sits in the folder its org implies rather than at the workspace root. It is private, unlike its neighbours: config/master.key is tracked in the history, and that key decrypts config/credentials.yml.enc. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -9,7 +9,6 @@
|
||||
# - demos/new-game-wireframe — local repo, has no remote
|
||||
# - demos/escoria-demo-game-main — plain downloaded folder, not a git repo
|
||||
# - media/ — reference images, not git repos
|
||||
# - teletype-orbit — local repo with no remote yet
|
||||
# Intentionally excluded server repos: see repos.ignore
|
||||
|
||||
devarea|ssh://git@git.teletypegames.org:2222/tools/devarea
|
||||
@@ -53,6 +52,7 @@ services/redmine-tree|ssh://git@git.teletypegames.org:2222/services/redmine-tree
|
||||
services/social-updater|ssh://git@git.teletypegames.org:2222/services/social-updater
|
||||
services/statusbot|ssh://git@git.teletypegames.org:2222/services/statusbot
|
||||
services/teletypegames|ssh://git@git.teletypegames.org:2222/services/teletypegames
|
||||
services/teletype-orbit|ssh://git@git.teletypegames.org:2222/services/teletype-orbit
|
||||
services/updater|ssh://git@git.teletypegames.org:2222/services/updater
|
||||
tools/tic80-draw-image|https://github.com/cxong/tic80-draw-image.git
|
||||
tools/ttg-batocera-store|ssh://git@git.teletypegames.org:2222/tools/ttg-batocera-store
|
||||
|
||||
Reference in New Issue
Block a user