From 58adcc6e21826037988cdfc6d3f4c0cf53b6865e Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Wed, 22 May 2024 13:56:32 -0300 Subject: [PATCH] chore: add tmp and bin directories to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8e27bf6..57e57de 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ Session.vim .vercel *_templ.go dist +tmp +bin