瀏覽代碼

chore: 添加 .gitignore

LanzaSchneider 2 年之前
父節點
當前提交
dc10fa259d
共有 2 個文件被更改,包括 10 次插入2 次删除
  1. 9 0
      .gitignore
  2. 1 2
      Package.cs

+ 9 - 0
.gitignore

@@ -0,0 +1,9 @@
+# 排除点号开头的文件
+.*
+# 排除额外 VS 信息
+*.csproj.user
+# 不排除本文件
+!*/.gitignore
+# 排除所有生成文件
+/bin/*
+/obj/*

+ 1 - 2
Package.cs

@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
 using Godot;
 
 namespace TBL.GodotSharp.Content;