git » sdk » commit a1d2457

Ignore just the cached files

author Eric Roberts
2026-08-25 13:14:48 UTC
committer Stephen Paul Weber
2026-08-25 13:25:39 UTC
parent 5181b5249fa89bbb2ae3c7bec9cf878b572c3e82

Ignore just the cached files

We added server.mjs in a recent commit when we changed playwright tests so we
can't fully exclude the playwright folder anymore.

I can't get the full docker build to run on my machine yet so I haven't been
able to fully test this, but we'll know if it works soon enough.

.dockerignore +1 -1

diff --git a/.dockerignore b/.dockerignore
index c8489f0..af5c4cd 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -2,4 +2,4 @@ node_modules/
 npm/node_modules/
 site/
 .cache/
-playwright/
+playwright/.cache/