From c10d88500e1001f9639a757de81e3e06066e44f0 Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Wed, 9 Feb 2022 20:34:40 +0100 Subject: [PATCH] Remove project files from dependencies and ignore them --- .gitignore | 2 ++ .gitmodules | 3 --- public/projects | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) delete mode 160000 public/projects diff --git a/.gitignore b/.gitignore index 88b6f0d..162bbdd 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,5 @@ yarn-error.log* # typescript *.tsbuildinfo + +/public/projects \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index 5dd7b45..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "public/projects"] - path = public/projects - url = git@git.c0ntroller.de:c0ntroller/frontpage-projects.git diff --git a/public/projects b/public/projects deleted file mode 160000 index e1cc5b7..0000000 --- a/public/projects +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e1cc5b77c1445ac64fd9490fa595440af32f1180