chore: add generated test and DS_Store to gitignore

This commit is contained in:
Siyuan Miao 2025-05-16 19:38:57 +02:00
parent 8912e41078
commit c7436d2c1b
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -1,3 +1,6 @@
bin/* bin/*
static/* static/*
.idea .idea
.DS_Store
device-tests.tar.gz