diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-11-20 20:33:13 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-11-20 20:33:13 +0000 |
| commit | 6b1b61f98813a58286e099d92767e01c2d40bc18 (patch) | |
| tree | a3613fba312e0f324bdbca28ec3d3d0b5e6f6e13 /git | |
| parent | 6a0e18aab79cefa8cd4917e9a6d121349f41eb3f (diff) | |
Redo deploy script
Diffstat (limited to 'git')
| -rw-r--r-- | git/.gitconfig | 8 | ||||
| -rw-r--r-- | git/.gitconfig-macos | 5 |
2 files changed, 5 insertions, 8 deletions
diff --git a/git/.gitconfig b/git/.gitconfig deleted file mode 100644 index e509f48..0000000 --- a/git/.gitconfig +++ /dev/null @@ -1,8 +0,0 @@ -[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/.gitconfig-macos b/git/.gitconfig-macos new file mode 100644 index 0000000..a2e5f31 --- /dev/null +++ b/git/.gitconfig-macos @@ -0,0 +1,5 @@ +[gpg] + program = gpg +[core] + excludesfile = /Users/leonardo/.gitignore_global + |
