From f65f82ab780cd72cc2bb05e9243ab2bbc07a552c Mon Sep 17 00:00:00 2001 From: Colin Griffin Date: Mon, 25 Apr 2022 10:45:11 -0400 Subject: [PATCH] update gitmodules and add dockerignore --- .dockerignore | 3 +++ .gitmodules | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..c9b9f80 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,3 @@ +.git +.github +.env.example \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index 0c7610a..d2e4d9a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ -[submodule "calendso"] +[submodule "calcom"] path = calcom url = https://github.com/calcom/cal.com.git branch = main