diff --git a/.gitignore b/.gitignore index 114e3d9..a0bf3f9 100644 --- a/.gitignore +++ b/.gitignore @@ -5,14 +5,12 @@ *.vhd *.vdi *.vmdk -disks/ # ISO files *.iso -iso/ # Snapshots -snapshots/ +snapshots/* # Generated/temporary config files temp_dosbox.conf @@ -30,8 +28,8 @@ temp_config_tune.conf *.log.* # Windows system files -win98_drive/ -win95_drive/ +win98_drive/* +win95_drive/* # Editor specific files .vscode/ diff --git a/README.md b/README.md index cdf5e10..97d0dfb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A graphical launcher tool for running Windows 95/98 in DOSBox-X with advanced management features. -![DOSBox-X Windows Manager](https://example.com/screenshot.png) +![DOSBox-X Windows Manager](logo.png) ## Overview diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..6f1b0a9 Binary files /dev/null and b/logo.png differ