1
0
mirror of https://github.com/github/gitignore synced 2024-06-17 01:49:57 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
Zshandi Krahn
50e5714bc4
Ignore *.tmp files, which are temporary files Godot creates
These are temporary files Godot engine creates, which are supposed to be automatically removed, but there can be issues which prevent them from being removed.

Although these not being removed is an issue with the engine which may be fixed in the future, I think it would still be a good idea to add them here, in case a different issue occurs that causes them to not be removed.

Here is a current issue for this, but in searching I found that there have been other related issues in the past which caused .tmp files to show up. Thus, I think it's a good idea to just add them in here:

https://github.com/godotengine/godot/issues/82270
2024-02-23 09:04:07 -08:00
Aaron Franke
20fdee2f41
Add .godot/ folder to Godot.gitignore for Godot 4 2021-05-16 15:46:38 -04:00
Michael Alexsander
f44d83083e
Remove pointless blank line from the beginning of the Godot file (#3466) 2020-07-12 12:04:53 -03:00
Hugo Locurcio
0e8e8b1b7e [Godot] Ignore imported translations (#3269)
The Godot editor automatically creates those binary files from
translations in CSV format. There's no need to add them to
version control.
2020-01-20 17:16:11 -04:00
NeverMine17
20e9638392 Update Godot.gitignore (#3142) 2019-08-07 08:41:57 -03:00
alex hall
433d622b9f
remove system specific ignores. 2018-03-07 15:34:01 -08:00
alex hall
feacd863f3
Create Godot.gitignore
A simple .gitignore for the Godot game engine.
2018-02-25 14:55:31 -08:00