From 937ca820bb491050062eaeeac5a9368455a5bd69 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Thu, 23 Mar 2023 13:02:14 +0100 Subject: [PATCH] =?UTF-8?q?Issue=20#14:=20F=C3=BCge=20gitkeep-Datei=20hinz?= =?UTF-8?q?u,=20um=20libs-Verzeichnis=20ohne=20Jar-Dateien=20zu=20behalten?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closes #14 --- .gitignore | 3 ++- libs/.gitkeep | 0 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 libs/.gitkeep diff --git a/.gitignore b/.gitignore index 95297b3..8f75596 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /.idea/ -/libs/ /target/ +libs/*.jar + .project diff --git a/libs/.gitkeep b/libs/.gitkeep new file mode 100644 index 0000000..e69de29