Remove legacy stuff

This commit is contained in:
2025-10-29 20:38:36 +00:00
parent b7f9c19f74
commit 8e69b82401
13 changed files with 0 additions and 1674 deletions

14
.config/git/config Normal file
View File

@@ -0,0 +1,14 @@
[user]
email = stofflees@gmail.com
name = Chris
[pull]
rebase = true
[init]
defaultBranch = main
[core]
excludesfile = /home/chris/.config/git/ignore
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true