From f557ee248be4765e7ca572f3d1dc46514c84fa5c Mon Sep 17 00:00:00 2001 From: Matthew Pomes Date: Wed, 8 Apr 2026 21:45:20 -0500 Subject: [PATCH] Fix gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 84fa85e..0502ea0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,5 @@ *.nes *.zip *.dmp -wasm/ -!wasm/wasm.html +/wasm/ +!/wasm/wasm.html