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 *.vhd
*.vdi *.vdi
*.vmdk *.vmdk
disks/
# ISO files # ISO files
*.iso *.iso
iso/
# Snapshots # Snapshots
snapshots/ snapshots/*
# Generated/temporary config files # Generated/temporary config files
temp_dosbox.conf temp_dosbox.conf
@ -30,8 +28,8 @@ temp_config_tune.conf
*.log.* *.log.*
# Windows system files # Windows system files
win98_drive/ win98_drive/*
win95_drive/ win95_drive/*
# Editor specific files # Editor specific files
.vscode/ .vscode/

2
README.md

@ -2,7 +2,7 @@
A graphical launcher tool for running Windows 95/98 in DOSBox-X with advanced management features. 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 ## Overview

BIN
logo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Loading…
Cancel
Save