Commit b5eb69b
committed
chore(SideCar): Clean up Git configuration for binary management
This commit refactors the Git configuration in the SideCar repository to better align with its role as a storage layer for pre-compiled binaries. The changes remove outdated LFS filters for NODE binaries from `.gitattributes` and ensure proper visibility of NODE directories in `.gitignore`.
The removed LFS filters were previously used for tracking large Node.js runtime binaries, but their removal suggests these files are now managed through alternative mechanisms better suited to SideCar's purpose of storing essential pre-compiled runtimes. The updated `.gitignore` explicitly preserves NODE directory contents while maintaining strict control over binary artifacts.
This change improves repository maintenance by:
1. Eliminating redundant LFS tracking rules
2. Ensuring proper visibility of critical runtime directories
3. Maintaining SideCar's focused purpose as a binary store for Mountain's build process
No runtime behavior or binary functionality is affected - this is purely a version control configuration update.1 parent 61016c4 commit b5eb69b
2 files changed
Lines changed: 0 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | 14 | | |
36 | 15 | | |
37 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | 43 | | |
46 | 44 | | |
47 | | - | |
0 commit comments