@@ -0,0 +1,9 @@
+# 排除点号开头的文件
+.*
+# 排除额外 VS 信息
+*.csproj.user
+# 不排除本文件
+!*/.gitignore
+# 排除所有生成文件
+/bin/*
+/obj/*
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
using Godot;
namespace TBL.GodotSharp.Content;