aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpkgs/by-name/st/stamp/stamp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/st/stamp/stamp.sh b/pkgs/by-name/st/stamp/stamp.sh
index 0fced956..0aa6c281 100755
--- a/pkgs/by-name/st/stamp/stamp.sh
+++ b/pkgs/by-name/st/stamp/stamp.sh
@@ -93,7 +93,7 @@ done
for file in "$@"; do
if [ -d "$file" ]; then
- fd . "$file" --type file --hidden | while read -r path_file; do
+ fd . "$file" --type file --hidden --exclude '/.git/*' | while read -r path_file; do
reuse_run "$path_file"
done
else