Commit 4b75e1e
committed
chore: consolidate .gitignore patterns to root
Cleaned up .gitignore configuration by consolidating package-level
patterns into the root .gitignore:
- Changed `.claude/` to `**/.claude` for better coverage
- Changed `.build-checkpoints` to `**/.build-checkpoints`
- Removed redundant package-level .gitignore files where patterns
are covered by root (cli-with-sentry, node-sea-builder, socket)
- Simplified remaining package .gitignores to only contain
package-specific patterns not covered by root
This reduces duplication and ensures consistent ignore patterns
across the monorepo.1 parent 05345ca commit 4b75e1e
File tree
15 files changed
+2
-51
lines changed- packages
- cli-with-sentry
- cli
- minilm-builder
- node-sea-builder
- node-smol-builder
- socketbin-cli-alpine-arm64
- socketbin-cli-alpine-x64
- socketbin-cli-darwin-arm64
- socketbin-cli-darwin-x64
- socketbin-cli-linux-arm64
- socketbin-cli-linux-x64
- socketbin-cli-win32-arm64
- socketbin-cli-win32-x64
- socket
15 files changed
+2
-51
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| 17 | + | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | | - | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | 1 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 1 | | |
11 | 2 | | |
12 | 3 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | | - | |
0 commit comments