From 02b9d44f9ce9210af9d917dd98fdc8f49f5639be Mon Sep 17 00:00:00 2001 From: Milind Sharma Date: Wed, 18 Feb 2026 21:30:09 +0800 Subject: [PATCH] chore: update gitignore to avoid proto and .ds_store --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index ad67955..1f7a790 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,7 @@ 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/ + +proto/ + +*.DS_Store