From bd70ac8ae0e7e1b5ba6bc727914d348fafbe778e Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Tue, 28 Jul 2020 15:49:39 +1000 Subject: [PATCH] Tell Stow to ignore the .gitignore properly. Not sure why the wildcard was needed for this to work? --- .stow-local-ignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stow-local-ignore b/.stow-local-ignore index f06ebd2..faa82ba 100644 --- a/.stow-local-ignore +++ b/.stow-local-ignore @@ -1,2 +1,2 @@ -^/\.git +^/\.git.* ^/README\.md