commit c95e8d4752802018a1e965a1210018ad5d3037a2 Author: Nikola Sebastian Munder <2212719@stud.hs-mannheim.de> Date: Wed May 21 12:25:54 2025 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c487889 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# ---> Julia +# Files generated by invoking Julia with --code-coverage +*.jl.cov +*.jl.*.cov + +# Files generated by invoking Julia with --track-allocation +*.jl.mem + +# System-specific files and directories generated by the BinaryProvider and BinDeps packages +# They contain absolute paths specific to the host computer, and so should not be committed +deps/deps.jl +deps/build.log +deps/downloads/ +deps/usr/ +deps/src/ + +# Build artifacts for creating documentation generated by the Documenter package +docs/build/ +docs/site/ + +# File generated by Pkg, the package manager, based on a corresponding Project.toml +# It records a fixed state of all packages used by the project. As such, it should not be +# committed for packages, but should be committed for applications that require a static +# environment. +Manifest.toml + diff --git a/README.md b/README.md new file mode 100644 index 0000000..1475123 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# SCJ_Projekt +