diff options
| author | Paul-Christian Volkmer | 2023-03-23 13:02:14 +0100 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2023-03-23 13:45:43 +0100 |
| commit | 937ca820bb491050062eaeeac5a9368455a5bd69 (patch) | |
| tree | 1db6b171083591f763f062d3886e1e6fc044e9b1 | |
| parent | a80295c4c884d779bf4d2578e737579ead0ebe71 (diff) | |
Issue #14: Füge gitkeep-Datei hinzu, um libs-Verzeichnis ohne Jar-Dateien zu behalten
closes #14
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | libs/.gitkeep | 0 |
2 files changed, 2 insertions, 1 deletions
@@ -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 --- /dev/null +++ b/libs/.gitkeep |
