From 5dad76a682d331b0873b10919c2d8ab4ff10e354 Mon Sep 17 00:00:00 2001 From: TinyO Date: Fri, 6 Sep 2019 14:55:02 +0800 Subject: [PATCH] refactor(git): remove git submodule things. --- .gitmodules | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 3a8bfae..0000000 --- a/.gitmodules +++ /dev/null @@ -1,7 +0,0 @@ -[submodule "test/gtest"] - path = test/gtest - url = https://github.com/google/googletest.git -[submodule "tools/linter"] - path = tools/linter - url = https://github.com/slightech/linter.git - branch = slightech