diff --git a/.gitignore b/.gitignore
index 2a91784a..4e007615 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,7 @@ user-guides/node_modules
# production
client/build
+client/dist
user-guides/build
# misc
diff --git a/.prettierignore b/.prettierignore
index 152c8787..7947cac5 100644
--- a/.prettierignore
+++ b/.prettierignore
@@ -1,7 +1,10 @@
# Ignore artifacts:
-build
-
+client/build
+client/dist
user-guides/guides
user-guides/build
publiccode.yml
+# tell prettier to keep its hands off the bloody config files
+client/vite.config.js
+e2e/playwright.config.js
diff --git a/client/public/index.html b/client/index.html
similarity index 58%
rename from client/public/index.html
rename to client/index.html
index 27abc191..ed833675 100644
--- a/client/public/index.html
+++ b/client/index.html
@@ -11,14 +11,14 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+