From 112c00c584c0fec34847ca86a17f6c5f5c25a83e Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 14 Jun 2025 22:09:57 -0700 Subject: [PATCH] Update gitignore and add mosh to Brewfile --- Brewfile | 1 + gitignore | 17 +++-------------- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/Brewfile b/Brewfile index 97ca0cc..143dbdf 100644 --- a/Brewfile +++ b/Brewfile @@ -9,6 +9,7 @@ brew 'direnv' brew 'gh' brew 'jq' brew 'llm' +brew 'mosh' brew 'parallel' brew 'rbenv' brew 'ripgrep' diff --git a/gitignore b/gitignore index 28530df..73230fa 100644 --- a/gitignore +++ b/gitignore @@ -6,21 +6,10 @@ Icon\? .idea *.iml -# Xcode -*.pbxuser -!default.pbxuser -xcuserdata -*.xccheckout -*.moved-aside - -# TextMate -.tm_properties - -# Carthage -Carthage - # Visual Studio Code .vscode # Bundler for Rubygems -.bundle \ No newline at end of file +.bundle + +claude-scratchpad