Initial commit

This commit is contained in:
Manuel 2023-09-12 22:00:49 +02:00
commit 96ff13057f
Signed by: Manuel
GPG key ID: 4085037435E1F07A
15 changed files with 806 additions and 0 deletions

6
.gitattributes vendored Normal file
View file

@ -0,0 +1,6 @@
[attr]rust text eol=lf whitespace=trailing-space,space-before-tab,indent-with-non-tab,-tab-in-indent,tabwidth=4
* text=auto eol=lf
*.rs rust diff=rust
Cargo.lock linguist-generated=false
Dockerfile.* linguist-language=Dockerfile