Skip to content

Commit 43f6135

Browse files
hyperpolymathclaude
andcommitted
chore: remove tracked Elixir build artifacts and fix .gitignore
Unanchor _build/, deps/, and node_modules/ patterns so they match nested monorepo paths (elixir-mcp/_build/, elixir-mcp/deps/). Removes 1192 tracked build artifacts that should never have been committed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e3be8c7 commit 43f6135

1,193 files changed

Lines changed: 10 additions & 180118 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,21 @@ Thumbs.db
1010
.idea/
1111
.vscode/
1212

13-
# Build
14-
/target/
15-
/_build/
13+
# Build (unanchored to match nested monorepo paths)
14+
target/
15+
_build/
1616
/build/
1717
/dist/
1818
/out/
1919

20-
# Dependencies
21-
/node_modules/
20+
# Dependencies (unanchored to match nested monorepo paths)
21+
node_modules/
2222
/vendor/
23-
/deps/
24-
/.elixir_ls/
23+
deps/
24+
.elixir_ls/
25+
26+
# BEAM compiled files
27+
*.beam
2528

2629
# Rust
2730
# Cargo.lock # Keep for binaries
-11.8 KB
Binary file not shown.
-39 Bytes
Binary file not shown.
-393 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)