diff --git a/.gitignore b/.gitignore index 1dd0c82..9abfd87 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ # VSCode Settings .vscode/ + +# Export folder +export/ diff --git a/export_presets.cfg b/export_presets.cfg index b00c94d..8b780f4 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -8,7 +8,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="" +export_path="export/android/Omnichord Godot.apk" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false @@ -214,7 +214,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="" +export_path="export/web/Omnichord Godot.html" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false @@ -252,7 +252,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="" +export_path="export/windows/Omnichord Godot.exe" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false