From 6e281b7430596e11de028d3b62b4df328eab8a03 Mon Sep 17 00:00:00 2001 From: Erik Rauer Date: Thu, 21 Jan 2021 15:26:00 -0600 Subject: [PATCH] Add `.clj-kondo/` to the gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f46b5a3..fe7582f 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,5 @@ pom.xml.asc *.iml .idea/ out -notes \ No newline at end of file +notes +.clj-kondo/ \ No newline at end of file