From ff4b8fc106c3edd3b4773ab63e85519ade2b78f4 Mon Sep 17 00:00:00 2001 From: idk <hankhill19580@gmail.com> Date: Wed, 12 Apr 2023 16:43:33 +0000 Subject: [PATCH] ignore shell scripts in root directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 357ed04a7b..155a228161 100644 --- a/.gitignore +++ b/.gitignore @@ -61,4 +61,5 @@ sloccount.sc # TODO: why does this file appear? apps/routerconsole/jsp/favicon.ico -.tx \ No newline at end of file +.tx +/*.sh \ No newline at end of file -- GitLab