1
0
mirror of synced 2026-03-23 01:26:10 +00:00

Add maiko, notecards, loops, test as git submodules

Removes maiko/ from .gitignore so it can be tracked as a submodule.
Each submodule is pinned to the current HEAD of its default branch
(master for maiko/test, main for notecards/loops).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Larry Masinter
2026-03-08 13:25:58 -07:00
parent d9f1a78f47
commit 6196019fcf
6 changed files with 20 additions and 3 deletions

16
.gitmodules vendored
View File

@@ -0,0 +1,16 @@
[submodule "maiko"]
path = maiko
url = https://github.com/Interlisp/maiko
branch = master
[submodule "notecards"]
path = notecards
url = https://github.com/Interlisp/notecards
branch = main
[submodule "loops"]
path = loops
url = https://github.com/Interlisp/loops
branch = main
[submodule "test"]
path = test
url = https://github.com/Interlisp/test
branch = master