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