From 1aa856b19db5bf1cc78669f8bd8c367d9ca78e57 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sun, 23 Feb 2025 03:11:01 +0800 Subject: [PATCH] feat(scripts): add ignored files to gs script --- scripts/gs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/gs b/scripts/gs index 7914e0a..11a236f 100755 --- a/scripts/gs +++ b/scripts/gs @@ -1,3 +1,8 @@ #!/bin/sh git status + +echo "---" +echo "Ignored files:" + +git check-ignore *