瀏覽代碼

:memo: Ignore godot files

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

+ 19 - 0
.gitignore

@@ -0,0 +1,19 @@
+# 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
+
+dist/