From 31a2300913e1589f12787b8109ba7ea26cacace9 Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Fri, 25 Nov 2022 15:20:26 +1100 Subject: [PATCH] mv submodules to root --- .gitmodules | 8 ++++---- insert/api => api | 0 insert/dep => dep | 0 insert/media => media | 0 insert/repo => repo | 0 5 files changed, 4 insertions(+), 4 deletions(-) rename insert/api => api (100%) rename insert/dep => dep (100%) rename insert/media => media (100%) rename insert/repo => repo (100%) diff --git a/.gitmodules b/.gitmodules index d1db488..5786be6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,16 +1,16 @@ [submodule "api"] - path = insert/api + path = api url = git@github.com:notion-enhancer/api.git branch = dev [submodule "repo"] - path = insert/repo + path = repo url = git@github.com:notion-enhancer/repo.git branch = dev [submodule "media"] - path = insert/media + path = media url = git@github.com:notion-enhancer/media.git branch = main [submodule "dep"] - path = insert/dep + path = dep url = git@github.com:notion-enhancer/dep.git branch = main diff --git a/insert/api b/api similarity index 100% rename from insert/api rename to api diff --git a/insert/dep b/dep similarity index 100% rename from insert/dep rename to dep diff --git a/insert/media b/media similarity index 100% rename from insert/media rename to media diff --git a/insert/repo b/repo similarity index 100% rename from insert/repo rename to repo