From a577b7d8ac0b7d2bda54ce04584121db591a3280 Mon Sep 17 00:00:00 2001 From: michaelmass <10071388+michaelmass@users.noreply.github.com> Date: Fri, 5 Jun 2026 08:16:28 -0400 Subject: [PATCH] update --- .gitignore | 2 -- git/.gitconfig | 3 ++- git/dot.yaml | 2 ++ git/gitignore | 4 ++++ 4 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 git/gitignore diff --git a/.gitignore b/.gitignore index ec538f6..c492167 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,3 @@ dist .ghf.type.ts .claude.db .claude.error -.cachebro -.codemogger diff --git a/git/.gitconfig b/git/.gitconfig index 0d3224e..7a99b64 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -5,6 +5,7 @@ editor = code --wait autocrlf = input eol = lf + excludesFile = ~/.gitignore [push] autoSetupRemote = true [branch "master"] @@ -20,7 +21,7 @@ [credential "helperselector"] selected = [credential] - helper = + helper = helper = /usr/local/share/gcm-core/git-credential-manager [credential "https://dev.azure.com"] useHttpPath = true diff --git a/git/dot.yaml b/git/dot.yaml index af2bd74..d99204e 100644 --- a/git/dot.yaml +++ b/git/dot.yaml @@ -2,8 +2,10 @@ windows: installs: scoop install git links: .gitconfig: ~/.gitconfig + gitignore: ~/.gitignore linux|darwin: installs: brew install git links: .gitconfig: ~/.gitconfig + gitignore: ~/.gitignore diff --git a/git/gitignore b/git/gitignore new file mode 100644 index 0000000..b75de1d --- /dev/null +++ b/git/gitignore @@ -0,0 +1,4 @@ +.cachebro/ +.codemogger/ +.memelord/ +.DS_Store