diff --git a/.gitignore b/.gitignore index 4f48ad7..eb07dd8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,14 @@ -# Godot-specific ignores -.import/ -export.cfg -export_presets.cfg - -# Imported translations (automatically generated from CSV files) -*.translation - -# Mono-specific ignores -.mono/ -data_*/ +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ + +# Local settings +override.cfg diff --git a/override.cfg.sample b/override.cfg.sample new file mode 100644 index 0000000..608f6e4 --- /dev/null +++ b/override.cfg.sample @@ -0,0 +1,3 @@ +[application] + +run/main_scene="res://scenes/my_dev_scene.tscn"