From a348bce191769c1470624fefd8a34db16f21dd1d Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Sat, 14 May 2016 11:50:34 +0100 Subject: [PATCH] Remove `.gitmodules` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We don’t use submodules any more. Having this file stick around is causing problems in Atom, detailed here: https://github.com/libgit2/libgit2/issues/3414 --- .gitmodules | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 090878d9d..000000000 --- a/.gitmodules +++ /dev/null @@ -1,6 +0,0 @@ -[submodule "app/assets/stylesheets/govuk_frontend_toolkit"] - path = app/assets/govuk_frontend_toolkit - url = https://github.com/alphagov/govuk_frontend_toolkit.git -[submodule "app/assets/stylesheets/govuk_elements"] - path = app/assets/govuk_elements - url = https://github.com/alphagov/govuk_elements.git