From 0ee55c3362abf1f7bf8dc4e5de161f1ba8c97ec1 Mon Sep 17 00:00:00 2001 From: unitexe Date: Sat, 7 Jun 2025 20:50:57 -0500 Subject: Query connected USB devices via gRPC server --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index cfbeb4f..ef830bb 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,8 @@ target/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + + +# Added by cargo + +/target -- cgit v1.2.3