From 5ca3111549da85d5260077f0c0c715014690ceb9 Mon Sep 17 00:00:00 2001 From: tokc Date: Fri, 26 Mar 2021 12:39:31 +0100 Subject: [PATCH] Remove *.import from .gitignore to allow versioning of .import files. These are important for Godot to import the project correctly. From the documentation: "Importing will add an extra .import file, containing the import configuration. Make sure to commit these to your version control system!" https://docs.godotengine.org/en/3.0/getting_started/workflow/assets/import_process.html#files-generated --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index cc229f2..7cab317 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,3 @@ export_presets.cfg .mono/ data_*/ -*.import