Browse Source

Refactor code structure for improved readability and maintainability

main
Matteo Benedetto 7 months ago
parent
commit
6b44ab217d
  1. 8
      .gitignore
  2. 2
      README.md
  3. BIN
      logo.png

8
.gitignore vendored

@ -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/

2
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

BIN
logo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Loading…
Cancel
Save