From 746a56b03eb8c8acfb7a0ae24f91cdbd43893626 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Mon, 16 Jan 2023 23:27:04 +0200 Subject: [PATCH] chore: add .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea8c4bf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target -- 2.44.1