From 69f66c8d58039b8cbdc2bc3d1da44cf340d52e4f Mon Sep 17 00:00:00 2001 From: Andrii Ieroshenko Date: Wed, 6 Sep 2023 13:35:59 -0700 Subject: [PATCH] Ignore all non-linux snapshots --- packages/jupyter-ai/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/jupyter-ai/.gitignore b/packages/jupyter-ai/.gitignore index 7c34e452b..bc69403db 100644 --- a/packages/jupyter-ai/.gitignore +++ b/packages/jupyter-ai/.gitignore @@ -124,3 +124,7 @@ dmypy.json # Coverage reports coverage/* + +# Ignore all non-linux snapshots +ui-tests/tests/jupyter-ai.spec.ts-snapshots/* +!ui-tests/tests/jupyter-ai.spec.ts-snapshots/*-linux.png