Compare commits

...

2 commits

Author SHA1 Message Date
617227457a
ignore everything in export directory 2025-10-04 13:16:39 -07:00
8d94d2dd3c
disable macos code signing 2025-10-04 13:15:51 -07:00
2 changed files with 4 additions and 2 deletions

4
.gitignore vendored
View file

@ -1,4 +1,6 @@
# Godot 4+ specific ignores
.godot/
/android/
/export/**/*.zip
/export/**/*
.DS_Store

View file

@ -89,7 +89,7 @@ xcode/sdk_build="22C55"
xcode/sdk_name="macosx13.1"
xcode/xcode_version="1420"
xcode/xcode_build="14C18"
codesign/codesign=3
codesign/codesign=0
codesign/installer_identity=""
codesign/apple_team_id=""
codesign/identity=""