From 175888e3316bb4bf64164ef6250c70d15e08d539 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sat, 7 Jan 2023 08:11:39 +0000 Subject: [PATCH] chore(.gitignore): add clinic --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f72f696b..cdd54006 100644 --- a/.gitignore +++ b/.gitignore @@ -135,6 +135,9 @@ dist # macOS files .DS_Store +# Clinic +.clinic + # lock files package-lock.json pnpm-lock.yaml