From 95deab37cd65386a9016a9c33d3240941ac985c5 Mon Sep 17 00:00:00 2001 From: fkwp Date: Mon, 22 Sep 2025 20:45:14 +0200 Subject: [PATCH] exclude synapse database for othersite.m.localhost --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3e9016a6..5751844a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ dist-ssr .idea/ public/config.json backend/synapse_tmp/* +backend/synapse_tmp_othersite/* /coverage config.json @@ -28,4 +29,4 @@ yarn-error.log /test-results/ /playwright-report/ /blob-report/ -/playwright/.cache/ \ No newline at end of file +/playwright/.cache/