diff --git a/.bazelignore b/.bazelignore index dc5c301299..69fa449dd9 100644 --- a/.bazelignore +++ b/.bazelignore @@ -1,4 +1 @@ -# These are fetched as external repositories. -third_party/abseil-cpp -third_party/googletest _build/ diff --git a/.gitmodules b/.gitmodules index 495082fb47..e69de29bb2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,11 +0,0 @@ -[submodule "third_party/googletest"] - path = third_party/googletest - url = https://github.com/google/googletest.git - ignore = dirty -[submodule "third_party/abseil-cpp"] - path = third_party/abseil-cpp - url = https://github.com/abseil/abseil-cpp.git - branch = lts_2023_08_02 -[submodule "third_party/jsoncpp"] - path = third_party/jsoncpp - url = https://github.com/open-source-parsers/jsoncpp.git