From: sgf Date: Wed, 8 Dec 2021 15:53:33 +0000 (+0300) Subject: fix(git): Add stack lock file to gitignore. X-Git-Url: https://gitweb.sgf-dma.tk/?a=commitdiff_plain;h=3629f61c1b78e81c4e0864adaca5f76ea452dbff;p=aoc-2021.git fix(git): Add stack lock file to gitignore. --- diff --git a/.gitignore b/.gitignore index 3a5b475..b64cb05 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .stack-work/ +.stack.yaml.lock