Initial Commit

This commit is contained in:
2025-06-24 20:45:42 +02:00
commit 2e1a069338
23 changed files with 899 additions and 0 deletions

8
git/.gitconfig Normal file
View File

@@ -0,0 +1,8 @@
[user]
name = Patrick Fraley
email = patrick@fraley.de
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process