From fbb6a97df16136b3911f6d42844bccf7fae945d1 Mon Sep 17 00:00:00 2001 From: Matthew Broomfield Date: Mon, 9 Sep 2024 17:15:36 +0000 Subject: [PATCH] Add .gitignore and ignore stack/stack After installing asdf-haskell and installing one version I noticed the plugin's git state was dirty. There was only one file: the local stack installation. --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b36c9ed --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +stack/stack