Remove .import directory from repo. #36

Merged
tokc merged 2 commits from master into master 2021-03-28 01:39:10 +01:00

2 Commits (main)

Author SHA1 Message Date
tokc 5ca3111549 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
2021-03-26 12:39:31 +01:00
tokc 1589801b60 Remove .import directory from repo. 2021-03-26 12:00:16 +01:00