From bdc0e924860ef9bf34da11795756409de08d4391 Mon Sep 17 00:00:00 2001 From: Carlos Precioso Date: Wed, 1 Oct 2025 10:45:45 +0200 Subject: [PATCH] Remove note about ignoring app --- opensaas-sh/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/opensaas-sh/README.md b/opensaas-sh/README.md index bc3dc5fce..942d5257f 100644 --- a/opensaas-sh/README.md +++ b/opensaas-sh/README.md @@ -32,8 +32,6 @@ brew install gpatch brew install diffutils ``` -Make sure not to commit `app/` to git. It is currently (until we resolve this) not added to .gitignore because that messes up diffing for us. - ### Blog (blog/) Blog (and docs in it) is currently tracked in whole, as it has quite some content, so updating it to the latest version of Open Saas is done manually, but it might be interesting to also move it to the `diff` approach, as we use for the demo app, if it turns out to be a good match.