Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,13 @@ apps/desktop/src-tauri/resources/linetta-mcp.exe
.idea/
.vscode/

# Engine binary built into the repo root by accident
# Binaries built into the engine directory by accident: `go build ./cmd/...`
# without -o drops the output in the working directory. The .exe variants are
# what a Windows checkout produces.
/engine/linetta-engine
/engine/linetta-engine.exe
/engine/linetta-mcp
/engine/linetta-mcp.exe

# ascapi helper build artifact
scripts/ascapi/ascapi
Expand Down
Binary file removed engine/linetta-mcp.exe
Binary file not shown.
Loading