diff --git a/.gitignore b/.gitignore index 5ded68f..0c5eea8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -www -node_modules +/www/ +/node_modules/ diff --git a/.gitmodules b/.gitmodules index 479ff99..7f0d694 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,7 @@ [submodule "rgbds"] path = rgbds url = https://github.com/gbdev/rgbds.git + ignore = dirty [submodule "hardware.inc"] path = hardware.inc url = https://github.com/gbdev/hardware.inc