From 866063ca0d3429483cbfc1973bff1ab1bdc9ed0b Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Fri, 6 Jan 2023 16:37:24 +0000 Subject: [PATCH] chore(.gitignore): add clinic --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3331a03..66c0103 100644 --- a/.gitignore +++ b/.gitignore @@ -138,6 +138,9 @@ dist # macOS files .DS_Store +# Clinic +.clinic + # lock files package-lock.json pnpm-lock.yaml