From ae63593b3a66b6e154451c02220ffc38af7027c1 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sat, 7 Jan 2023 08:29:36 +0000 Subject: [PATCH] chore(.gitignore): add clinic --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f8cb43f..429531c 100644 --- a/.gitignore +++ b/.gitignore @@ -135,6 +135,9 @@ dist # macOS files .DS_Store +# Clinic +.clinic + # lock files package-lock.json pnpm-lock.yaml @@ -145,4 +148,4 @@ yarn.lock .idea # database files -db \ No newline at end of file +db