We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30fceb6 commit 964d995Copy full SHA for 964d995
2 files changed
.gitignore
@@ -34,4 +34,5 @@ web/phpboy-wasm-bundled.php
34
web/phpboy-wasm.php
35
36
# Commercial ROMs (not redistributable)
37
-third_party/roms/commerical/
+third_party/roms/commerical/*
38
+!third_party/roms/commerical/.gitkeep
third_party/roms/commerical/.gitkeep
@@ -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