From a6bd849c9036a287e80174d648df42d1f8b0ced8 Mon Sep 17 00:00:00 2001 From: Will Moss Date: Tue, 7 May 2024 00:26:38 +0700 Subject: [PATCH] chore(git): added a directory to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d64d844..12a57bb 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ go.work .vimrc .aliases tmp +private dist/ node_modules/ app/package.json