diff --git a/.dockerignore b/.dockerignore index 3c8353f..dd287c8 100644 --- a/.dockerignore +++ b/.dockerignore @@ -78,6 +78,10 @@ telemetry_test_lxmf/ .coverage +test-results/ +playwright-report/ +blob-report/ + .hypothesis .hypothesis/ diff --git a/.gitignore b/.gitignore index ffd219e..3c62168 100644 --- a/.gitignore +++ b/.gitignore @@ -80,6 +80,10 @@ docker-compose.override.yml .coverage coverage/ +test-results/ +playwright-report/ +blob-report/ + meshchat-config/ .hypothesis