Skip to content

Commit 321de18

Browse files
hyperpolymathclaude
andcommitted
chore: remove tracked Elixir deps and fix .gitignore patterns
Unanchor deps/ and node_modules/ to match nested monorepo paths. Add *.beam to .gitignore. Removes 383 tracked build artifacts from impl/elixir/deps/. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ee4d1d7 commit 321de18

384 files changed

Lines changed: 7 additions & 55293 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: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,14 @@ build/
1717
dist/
1818
out/
1919

20-
# Dependencies
21-
/node_modules/
20+
# Dependencies (unanchored to match nested 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
-271 Bytes
Binary file not shown.

impl/elixir/deps/earmark_parser/LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

0 commit comments

Comments
 (0)