From 5641405569e651896534a6bb1ed2eb81e04368f1 Mon Sep 17 00:00:00 2001 From: Architector #4 Date: Wed, 19 Nov 2025 20:29:22 +0300 Subject: [PATCH] gitignore - also ignore *.sh Shell files are basically the Linux equivalent of WIndows's *.bat files, which are already excluded. This is handy for me because I like using scripts for things lol --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index efb3ceae1a..b097039e5d 100644 --- a/.gitignore +++ b/.gitignore @@ -74,6 +74,7 @@ luac.out *.x86_64 *.hex *.bat +*.sh CortexCommand CortexCommand_debug CortexCommand.AppImage