From 7143104b40acd341dd05a46268519bd05a945451 Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Thu, 1 Jul 2021 16:11:52 -0400 Subject: [PATCH] git ignore windows shortcuts: *.lnk files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 09f749e1..a22ec4ec 100644 --- a/.gitignore +++ b/.gitignore @@ -333,3 +333,4 @@ ASALocalRun/ # manually ignored files /__TODO.txt /DataLayer/LibationContext.db +*.lnk