From fb1ae514b3ebcae38f337fc3ea3c145029566824 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 23 Oct 2023 15:20:55 +1100 Subject: [PATCH] Add .editorconfig to Stow's global ignores --- dot-local/bin/dots | 1 + 1 file changed, 1 insertion(+) diff --git a/dot-local/bin/dots b/dot-local/bin/dots index 2f79a73..7652990 100755 --- a/dot-local/bin/dots +++ b/dot-local/bin/dots @@ -5,6 +5,7 @@ global_ignore=( '\.git.*' 'README\.md' + '\.editorconfig' '\.stow-no-folding' '\.stow-rename' '\.mypy_cache'