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 <asset>.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
pull/36/head
tokc 2021-03-26 12:39:31 +01:00
parent 1589801b60
commit 5ca3111549
1 changed files with 0 additions and 1 deletions

1
.gitignore vendored
View File

@ -10,4 +10,3 @@ export_presets.cfg
.mono/
data_*/
*.import