From 448f98bc1854f2463c546cd28d1686280cbfc5fd Mon Sep 17 00:00:00 2001 From: Tim Tersch Date: Wed, 6 Oct 2021 12:44:37 +0200 Subject: [PATCH] updated gitignore --- .gitignore | 2 -- Stundenplan/.classpath | 7 +++++++ Stundenplan/.project | 17 +++++++++++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 Stundenplan/.classpath create mode 100644 Stundenplan/.project diff --git a/.gitignore b/.gitignore index 9675414..fd98464 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,2 @@ /.metadata/ -Stundenplan/.classpath -Stundenplan/.project Stundenplan/.settings/ diff --git a/Stundenplan/.classpath b/Stundenplan/.classpath new file mode 100644 index 0000000..0675d7b --- /dev/null +++ b/Stundenplan/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/Stundenplan/.project b/Stundenplan/.project new file mode 100644 index 0000000..bc51204 --- /dev/null +++ b/Stundenplan/.project @@ -0,0 +1,17 @@ + + + Stundenplan + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + +