From 864c39be7f5eb8c74e0f9457af4a5a201f74efe2 Mon Sep 17 00:00:00 2001 From: That_One_Nerd Date: Wed, 26 Apr 2023 09:49:01 -0400 Subject: [PATCH] Tiny change. New testing module (for me obviously). --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 955d082..6671a1c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ SrcMod/Compiled SrcMod/Shell/obj/ # Personal Stuff +SrcMod/Shell/Modules/TestingModule.cs TODO.md