Skip to content

Commit 964d995

Browse files
committed
chore: add .gitkeep to preserve commercial ROMs directory structure
1 parent 30fceb6 commit 964d995

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ web/phpboy-wasm-bundled.php
3434
web/phpboy-wasm.php
3535

3636
# Commercial ROMs (not redistributable)
37-
third_party/roms/commerical/
37+
third_party/roms/commerical/*
38+
!third_party/roms/commerical/.gitkeep
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# This directory is for commercial Game Boy ROMs (not included in repository)
2+
# Place your own legally obtained ROM files here for testing

0 commit comments

Comments
 (0)