From 1b3b219f8b449098e861a7153e869bf35627aa46 Mon Sep 17 00:00:00 2001 From: hironow Date: Wed, 4 Dec 2024 22:12:20 +0900 Subject: [PATCH] Add 'refs/' to .gitignore and install 'youplot'. --- .gitignore | 1 + dump/Brewfile | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 88d89d1..e2b1edb 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ __pycache__ # private private/ +refs/ # env .env.keys diff --git a/dump/Brewfile b/dump/Brewfile index 197fb45..6409f10 100644 --- a/dump/Brewfile +++ b/dump/Brewfile @@ -132,6 +132,7 @@ brew "vhs" brew "watch" brew "watchman" brew "wget" +brew "youplot" brew "yt-dlp" brew "zsh" brew "bufbuild/buf/buf"