From 668402059fc9f44a65e76dc30181dec8ec82a601 Mon Sep 17 00:00:00 2001 From: Abner Coimbre Date: Tue, 30 Apr 2024 14:51:37 -0700 Subject: [PATCH] Update gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index e51b2ab..2824a42 100644 --- a/.gitignore +++ b/.gitignore @@ -46,4 +46,8 @@ tags # Persistent undo [._]*.un~ +# Misc +.DS_Store +dist/ + # End of https://www.toptal.com/developers/gitignore/api/go,vim