From 18a764e4341435244f52c4211b8d50edd5058264 Mon Sep 17 00:00:00 2001
From: "Chao Li (HighGo Inc.)"
Date: Fri, 1 Aug 2025 09:29:31 +0800
Subject: [PATCH v1] Trivial: ignore IDE-specific files (.vscode/)
This patch adds the vscode IDE folder (.vscode/) to .gitignore, and
also provides a placeholder to append other IDE-specific files.
Author: Chao Li (li.evan.chao@gmail.com)
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index 4e911395fe3..05f0c902069 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,3 +43,6 @@ lib*.pc
/Release/
/tmp_install/
/portlock/
+
+# IDE files
+.vscode/
--
2.39.5 (Apple Git-154)