From 98033fc9c74c0a1bc6241d55c7255dd525b30e18 Mon Sep 17 00:00:00 2001 From: "Ole B. Rosentreter" Date: Sat, 28 Sep 2024 22:55:19 +0200 Subject: [PATCH] .gitignore --- .gitignore | 5 +++++ pom.xml | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9aac7d9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.classpath +.project +.settings +bin +target diff --git a/pom.xml b/pom.xml index 3ceb6f7..0788392 100644 --- a/pom.xml +++ b/pom.xml @@ -3,8 +3,8 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - de.laktatnebel.product.tools - Calculators + com.triathlon-coaching.calculator + pacecalc 0.0.1-SNAPSHOT war @@ -15,8 +15,8 @@ - Calculators - Calculates Sport Issues + pacecalc + Calculates Pace and Speed 15 -- 2.39.5