Problem description:
I wanted to start using git while working on a project and came across one problem. When cloning the repository on another computer and then open up the project in godot, the import process starts and changes the modification date of the project.godot file. Can this be prevented?
This is my .gitignore file (which works fine):
# Godot-specific ignores
*.import
.import/
export.cfg
export_presets.cfg
# Mono-specific ignores
.mono/
This is the message the git gui throws when doing a Rescan:
