From 24ba6dbf301eae9755cd9998879b87d8c71169ad Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sun, 24 Mar 2024 21:16:34 -0700 Subject: [PATCH] ignore new calva repl path and sort .gitignore --- .gitignore | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index c754801..38b6968 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,11 @@ + + +#Visual Studio artifacts +*.nupkg +*.suo +*.user +.calva/repl.calva-repl +.vs/ /.calva/output-window /.clj-kondo/.cache /.cpcache @@ -8,13 +16,6 @@ /.portal/vs-code.edn /.socket-repl-port /cljs-test-runner-out -target - - -#Visual Studio artifacts bin/ obj/ -.vs/ -*.user -*.suo -*.nupkg +target