From 048148824ce3a3f44d3155117124bbff70041288 Mon Sep 17 00:00:00 2001 From: Leif Metcalf Date: Sat, 6 Jul 2019 14:22:32 +1200 Subject: [PATCH] Ignore stack.yaml.lock --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 36bcfa78..42e81982 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *.hi dist/ dist-stack/ +stack.yaml.lock .stack-work *.swp client_session_key.aes @@ -23,4 +24,4 @@ tarballs/ .bash_history # OS X -.DS_Store \ No newline at end of file +.DS_Store