mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
6287495508
Git does not track the contents of submodules, which was what I was trying to avoid with the previous commit. We can just specify them upfront and only the commit at which the submodules pull from will be stored. Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
7 lines
210 B
Plaintext
7 lines
210 B
Plaintext
[submodule "test/libs/bats"]
|
|
path = test/libs/bats
|
|
url = https://github.com/sstephenson/bats
|
|
[submodule "test/libs/bats-support"]
|
|
path = test/libs/bats-support
|
|
url = https://github.com/ztombol/bats-support
|