From 488186b6fb0ef317ea1344528c91fcbbc3cd3210 Mon Sep 17 00:00:00 2001 From: bvargasre Date: Fri, 21 Jun 2024 11:03:20 -0600 Subject: [PATCH] chore: Update .gitignore to ignore shell scripts --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ff983eb1..1b8baa18 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,6 @@ vendor/ # Log files *.log + +# Shell +.sh \ No newline at end of file