From 16095ea37224183e141033f1aa35c1cde7dab047 Mon Sep 17 00:00:00 2001 From: Stephen Adamson Date: Wed, 29 Apr 2026 23:23:44 +0100 Subject: [PATCH] chore: add .cgcignore to exclude dependencies and build artifacts Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- .cgcignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .cgcignore diff --git a/.cgcignore b/.cgcignore new file mode 100644 index 0000000..76e1fc1 --- /dev/null +++ b/.cgcignore @@ -0,0 +1,26 @@ +# Dependencies +backend/vendor/ +frontend/node_modules/ +sabredav/vendor/ + +# Build artifacts +backend/bin/ +backend/init-scripts/ +frontend/build/ +frontend/.svelte-kit/ + +# Test binaries +backend/*.test + +# IDE +.idea/ +.vscode/ + +# OS & Config +.git/ +.venv/ +bin/ +nginx/ +obsidian/ +# External repos +dorf/