diff --git a/.gitignore b/.gitignore index ca8bb93..533e488 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # Godot 4+ specific ignores .godot/ +export/ *.exe *.pck diff --git a/export_presets.cfg b/export_presets.cfg index e0247ee..112cdfa 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="../godot_export/index.html" +export_path="export/index.html" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false