ddnet/.gitmodules
heinrich5991 aa673a714b Suggest a shallow clone of the library submodule
This saves some space on the user's file system. They can still update
to the full history of the binaries if they want, e.g. with
```
git fetch ---unshallow
```
(https://stackoverflow.com/a/17937889/870079)
2017-07-21 10:14:25 +02:00

5 lines
103 B
Plaintext

[submodule "ddnet-libs"]
path = ddnet-libs
url = https://github.com/ddnet/ddnet-libs
shallow = true