From d33d3e4f16fbed28d2966760353761f7ae1ca1e2 Mon Sep 17 00:00:00 2001 From: alswl Date: Sat, 10 Dec 2022 20:09:23 +0800 Subject: [PATCH] chore: ignore submodule --- .gitignore | 0 README.md | 4 ++++ 2 files changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index 54c449e..b0b4c79 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ Docs: Build: ``` +# ignore submodule changes, we will patch them +git config submodule.excalidraw.ignore all + +make patch make images make generate-compose docker-compose up