-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules_sparse
34 lines (24 loc) · 1.58 KB
/
.gitmodules_sparse
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# unnamed-emoji
# https://github.com/gucci-on-fleek/unnamed-emoji
# SPDX-License-Identifier: MPL-2.0+
# SPDX-FileCopyrightText: 2023 Max Chernoff
# Use with:
# git -c include.path=$(realpath .gitmodules_sparse) submodule update --filter=blob:none --depth=1 --init
[submodule "third-party/noto-emoji"]
update = ! git sparse-checkout set --no-cone '!/*' '/svg/*.svg' && git checkout
[submodule "third-party/twemoji"]
update = ! git sparse-checkout set --no-cone '!/*' '/assets/svg/*.svg' && git checkout
[submodule "third-party/fxemoji"]
update = ! git sparse-checkout set --no-cone '!/*' '/svgs/FirefoxEmoji/*.svg' '!**/*layer*' && git checkout
[submodule "third-party/openmoji"]
update = ! git sparse-checkout set --no-cone '!/*' '/color/svg/*.svg' && git checkout
[submodule "third-party/emojione"]
update = ! git sparse-checkout set --no-cone '!/*' '/assets/svg/*.svg' && git checkout
[submodule "third-party/fluentui-emoji"]
update = ! git sparse-checkout set --no-cone '!/*' '/assets/**/Color/*.svg' '/assets/**/Flat/*.svg' '/assets/**/metadata.json' && git checkout
[submodule "third-party/cldr-json"]
update = ! git sparse-checkout set --no-cone '!/*' '/cldr-json/cldr-annotations-derived-modern/annotationsDerived/en*/annotations.json' '/cldr-json/cldr-annotations-modern/annotations/en*/annotations.json' && git checkout
[submodule "third-party/noto-blob"]
update = ! git sparse-checkout set --no-cone '!/*' '/svg/*.svg' && git checkout
[submodule "third-party/region-flags"]
update = ! git sparse-checkout set --no-cone '!/*' '/svg/*.svg' && git checkout