From 376eb06bbebaf802f5196a88153cd36e98e29bb7 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期一, 23 三月 2026 14:34:45 +0800
Subject: [PATCH] chore: 添加.vscode到.gitignore

---
 .gitignore |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 4916f7a..736dc01 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,6 +25,11 @@
 *.iml
 *.ipr
 
+### vscode ###
+.vscode
+
+### JRebel ###
+rebel.xml
 ### NetBeans ###
 nbproject/private/
 build/*
@@ -37,6 +42,7 @@
 # Others
 *.log
 *.xml.versionsBackup
+*.swp
 
 !*/build/*.java
 !*/build/*.html

--
Gitblit v1.9.3