chore: 添加 .gitignore 排除 target/ 和编辑器临时文件

This commit is contained in:
2026-06-16 23:30:36 +08:00
parent ad77b3ac1b
commit 8ff3086990
+6
View File
@@ -0,0 +1,6 @@
/target
*.swp
*.swo
*~
.idea/
*.iml