Recommend keeping shallow clones of blocklist repos

These repositories contain massive changes to massive text files, and
this means hundreds of megabytes for a full clone.
This commit is contained in:
Dan Church 2022-08-11 13:10:13 -05:00
parent b77bcfdb89
commit 6784ea96c0
Signed by: h3xx
GPG Key ID: EA2BF379CD2CDBD0
1 changed files with 3 additions and 0 deletions

3
.gitmodules vendored
View File

@ -2,11 +2,14 @@
path = repos/StevenBlack-hosts
url = https://github.com/StevenBlack/hosts.git
branch = master
shallow = true
[submodule "repos/EnergizedProtection-block"]
path = repos/EnergizedProtection-block
url = https://github.com/EnergizedProtection/block.git
branch = master
shallow = true
[submodule "repos/AdroitAdorKhan-EnergizedProtection"]
path = repos/AdroitAdorKhan-EnergizedProtection
url = https://github.com/AdroitAdorKhan/EnergizedProtection.git
branch = master
shallow = true