diff options
Diffstat (limited to 'git')
| -rw-r--r-- | git/.gitconfig | 8 | ||||
| -rw-r--r-- | git/.gitignore_global | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/git/.gitconfig b/git/.gitconfig new file mode 100644 index 0000000..e509f48 --- /dev/null +++ b/git/.gitconfig @@ -0,0 +1,8 @@ +[user] + name = LMBishop + email = 13875753+LMBishop@users.noreply.github.com + signingkey = CBC4F221D82C72F9 +[gpg] + program = gpg +[core] + excludesfile = /Users/leonardo/.gitignore_global diff --git a/git/.gitignore_global b/git/.gitignore_global new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/git/.gitignore_global @@ -0,0 +1 @@ +.DS_Store |
