瀏覽代碼

Ignore Godot files

DricomDragon 3 年之前
父節點
當前提交
014a3c63ab
共有 1 個文件被更改,包括 17 次插入0 次删除
  1. 17 0
      .gitignore

+ 17 - 0
.gitignore

@@ -0,0 +1,17 @@
+# Created by https://www.toptal.com/developers/gitignore/api/godot
+# Edit at https://www.toptal.com/developers/gitignore?templates=godot
+
+### Godot ###
+# Godot-specific ignores
+.import/
+export.cfg
+export_presets.cfg
+
+# Imported translations (automatically generated from CSV files)
+*.translation
+
+# Mono-specific ignores
+.mono/
+data_*/
+
+# End of https://www.toptal.com/developers/gitignore/api/godot