This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 7e63474a30 [hotfix] ignore .vscode folder in .gitignore (#5201)
7e63474a30 is described below

commit 7e63474a30f7412652d3042dde999e1bb4205532
Author: Kerwin <[email protected]>
AuthorDate: Mon Mar 3 22:59:26 2025 +0800

    [hotfix] ignore .vscode folder in .gitignore (#5201)
---
 .gitignore | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 25ebf23247..8e7d93ebac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,8 +14,13 @@ target
 *.jar
 *.log
 *.pyc
-.DS_Store
 *.ipr
 *.iws
 .java-version
 dependency-reduced-pom.xml
+
+### VS Code ###
+.vscode/
+
+### Mac OS ###
+.DS_Store

Reply via email to