mirror of
https://github.com/luxfi/zap.git
synced 2026-07-27 05:54:26 +00:00
chore: gitignore sibling repos + .DS_Store/.playwright-mcp cruft
The parent ~/work/zap/ directory holds many sibling repos (language bindings at zap-protocol/*, subprotocol specs at zap-proto/*, dev scratch at zeekay/*) that are independent git repos, NOT part of the luxfi/zap tree. Gitignore them so they stop showing as untracked in 'git status'.
This commit is contained in:
+48
@@ -31,3 +31,51 @@ node_modules/
|
||||
|
||||
# Playwright MCP cache
|
||||
.playwright-mcp/
|
||||
|
||||
# Sibling repos sharing this parent directory (independent git repos,
|
||||
# not part of luxfi/zap — language bindings live at zap-protocol/* and
|
||||
# subprotocol specs live at zap-proto/*).
|
||||
/a2a/
|
||||
/acp/
|
||||
/bench/
|
||||
/dev/
|
||||
/fix/
|
||||
/http/
|
||||
/mcp/
|
||||
/migration/
|
||||
/papers/
|
||||
/proofs/
|
||||
/rns/
|
||||
/ws/
|
||||
/zap/
|
||||
/zap-c/
|
||||
/zap-cpp/
|
||||
/zap-cpp-core/
|
||||
/zap-cs/
|
||||
/zap-dlang/
|
||||
/zap-erlang/
|
||||
/zap-go/
|
||||
/zap-golang/
|
||||
/zap-haskell/
|
||||
/zap-intellij/
|
||||
/zap-java/
|
||||
/zap-js/
|
||||
/zap-lsp/
|
||||
/zap-lua/
|
||||
/zap-nim/
|
||||
/zap-node/
|
||||
/zap-ocaml/
|
||||
/zap-ocaml-rpc/
|
||||
/zap-protocol.github.io/
|
||||
/zap-py/
|
||||
/zap-python/
|
||||
/zap-ruby/
|
||||
/zap-rust/
|
||||
/zap-scala/
|
||||
/zap-sublime/
|
||||
/zap-test/
|
||||
/zap-vim/
|
||||
/zap-vscode/
|
||||
/zap-wasm/
|
||||
/zap-wireshark/
|
||||
/zerocopy/
|
||||
|
||||
Reference in New Issue
Block a user