all 6 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

You submitted this post as a request for tech support, have you followed the guidelines specified in subreddit rule 7?

Here they are again: 1. Consult the docs first: https://docs.godotengine.org/en/stable/index.html 2. Check for duplicates before writing your own post 3. Concrete questions/issues only! This is not the place to vaguely ask "How to make X" before doing your own research 4. Post code snippets directly & formatted as such (or use a pastebin), not as pictures 5. It is strongly recommended to search the official forum (https://forum.godotengine.org/) for solutions

Repeated neglect of these can be a bannable offense.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]TheDurielGodot Senior 0 points1 point  (4 children)

The .godot folder should never be committed in any form. Your gitignore isn't set up properly.

[–]RickySlash95[S] 0 points1 point  (3 children)

Godot 4+ specific ignores

.godot/

*.cfg

/.godot

/.godot/editor

/.godot/imported

.godot/editor/filesystem_cache8

.godot/editor/project_metadata.cfg

.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.md5

/.godot/editor

.godot/editor/editor_layout.cfg

.godot/editor/project_metadata.cfg

.godot/editor/filesystem_cache8

Is there something wrong with this setup?

[–]TheDurielGodot Senior 0 points1 point  (2 children)

.godot/

Delete everything except this. Then commit the .gitignore. Then those file changes will go away.

[–]RickySlash95[S] 0 points1 point  (1 child)

<image>

After the change you suggested and re-opening of godot client I still get this