You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Ignore built Godot.app package
Following the "compiling for mac" tutorial one will eventually end with a Godot.app package inside the repo folder. To prevent it from being tracked by git, it has been added to gitignore.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -363,6 +363,7 @@ cpp.hint
|
|||||||
# macOS
|
# macOS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
__MACOSX
|
__MACOSX
|
||||||
|
Godot.app
|
||||||
|
|
||||||
# Windows
|
# Windows
|
||||||
# https://github.com/github/gitignore/blob/main/Global/Windows.gitignore
|
# https://github.com/github/gitignore/blob/main/Global/Windows.gitignore
|
||||||
|
|||||||
Reference in New Issue
Block a user