initial commit

This commit is contained in:
2024-04-02 19:08:20 -04:00
commit 861be343e4
13 changed files with 330 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# This is Git's per-user configuration file.
[user]
email = graham@ghall.dev
name = Graham Hall
[core]
editor = bbedit -w
excludesfile = /Users/ghall/.gitignore
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[init]
defaultBranch = main
+2
View File
@@ -0,0 +1,2 @@
.DS_Store
.nova/