From f7540c9785485e77a1e68537ebcdc3ee5feab7b2 Mon Sep 17 00:00:00 2001 From: Scott Morrison Date: Thu, 30 Nov 2023 14:23:58 +1100 Subject: [PATCH] update .gitignore --- .gitignore | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5bff016..4bfef3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ -/build -/lake-packages/* -lakefile.olean +# macOS leaves these files everywhere: +.DS_Store +# Prior to v4.3.0-rc2 lake stored files in these locations. +# We'll leave them in the `.gitignore` for a while for users switching between toolchains. +/build/ +/lake-packages/ +/lakefile.olean +# After v4.3.0-rc2 lake stores its files here: +/.lake/