commit df5d579a641883e453f9cde44cbc1aea5d161e16 Author: Niklas Alexander Heringer <3009728@stud.hs-mannheim.de> Date: Tue Apr 15 15:55:58 2025 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c674098 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# ---> Linux +*~ + +# temporary files which can be created if a process still has a handle open of a deleted file +.fuse_hidden* + +# KDE directory preferences +.directory + +# Linux trash folder which might appear on any partition or disk +.Trash-* + +# .nfs files are created when an open file is removed but is still being accessed +.nfs* + diff --git a/README.md b/README.md new file mode 100644 index 0000000..5f629e2 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# DIF_Team_13 + +Das hier ist das Repository von Team 13: +Eric Lehmann +Markus Winklhofer +Yodkhatha Bick +Niklas Heringer \ No newline at end of file