fix: drop accidental transaction-composer gitlink; ignore nested clone

transaction-composer was a nested .git repo; track as submodule only after explicit submodule add.

Made-with: Cursor
This commit is contained in:
defiQUG
2026-03-31 22:32:31 -07:00
parent 6c5fdcfd62
commit 33b1920111
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@@ -1,3 +1,6 @@
# Nested clone (not a declared submodule; use submodule add if it should be tracked)
transaction-composer/
# Dependencies
node_modules/
.pnpm-store/

Submodule transaction-composer deleted from 5b8e3fc5f9