Ver código fonte

:memo: Ignore godot files

DricomDragon 1 ano atrás
pai
commit
7a45c83dbf
1 arquivos alterados com 19 adições e 0 exclusões
  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/