Skip to content

Commit

Permalink
chore: enable shallow checkout for cactbot (#449)
Browse files Browse the repository at this point in the history
This would significantly reduce the size of the whole repository, especially when you enable the `sparse-checkout` feature to only checkout the subset like below:

```
resources/*.ts
types/
ui/
package*.json
tsconfig.json
```

But you'll need to manually type `git submodule update --depth <number>` to enable it.
  • Loading branch information
MaikoTan authored Jun 1, 2024
1 parent 29b4f65 commit 2eb0e89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "3rdparty/cactbot"]
path = 3rdparty/cactbot
url = https://github.com/OverlayPlugin/cactbot.git
shallow = true

0 comments on commit 2eb0e89

Please sign in to comment.