Commit 3a17b3f
chore: fix gitignore to exclude build artifacts in subdirectories
Changed /target/ and /_build/ to target/ and _build/ (without leading slash)
so they match build directories anywhere in the repo, not just at root level.
This properly ignores:
- impl/elixir/_build/
- impl/rust-cli/target/
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent b8d6111 commit 3a17b3f
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments