From 5d1cb542617f3e9651f472eb21d11594fba397c0 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 13 Jul 2018 03:24:07 -0400 Subject: Add deno_third_party as git submodule. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..82935121a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "third_party"] + path = third_party + url = https://github.com/ry/deno_third_party.git -- cgit v1.2.3