From e375f1357173bd78d113d6d5a957a455e48d3c49 Mon Sep 17 00:00:00 2001 From: Rangi42 Date: Thu, 19 Sep 2024 13:10:13 -0400 Subject: [PATCH] Ignore dependency changes --- .gitignore | 4 ++-- .gitmodules | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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