From c7436d2c1b2d6c3682f72e18335676e7757e2b22 Mon Sep 17 00:00:00 2001 From: Siyuan Miao Date: Fri, 16 May 2025 19:38:57 +0200 Subject: [PATCH] chore: add generated test and DS_Store to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 740f554..f37d922 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ bin/* static/* .idea +.DS_Store + +device-tests.tar.gz \ No newline at end of file