From 60b19643f6b0ddc9623c98401173c7ee7fbd0fbd Mon Sep 17 00:00:00 2001 From: Decrabbit Date: Fri, 1 Nov 2024 00:38:12 +0800 Subject: [PATCH] chore: Update .gitignore - Add device.json and sig.bin --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1a3a074..676dde8 100644 --- a/.gitignore +++ b/.gitignore @@ -266,3 +266,5 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. .idea/ +device.json +sig.bin \ No newline at end of file