Commit 542986b
For now, only move existing extensions already on main into lfs. Will not rewrite history to remove the previously added versions.
This means that repository size is not decreased by this commit. But it should not grow so much any more every time code-server is updated.
```
❯ brew install git-lfs
❯ git lfs track "*.vsix"
Tracking "*.vsix"
❯ cat .gitattributes
ci/secrets/** filter=git-crypt diff=git-crypt
*.vsix filter=lfs diff=lfs merge=lfs -text
❯ git add .gitattributes
```
Issue #1789: chore(repo): update docs with git-lfs instructions for codeserver in Extensions.md
1 parent 2e45800 commit 542986b
3 files changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
| |||
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
0 commit comments