From c3cd203c8e571cd197b248229cfc96982f5a1b3e Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sat, 7 Jan 2023 09:48:44 +0000 Subject: [PATCH] chore(.gitignore): add clinic (#89) --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c1b9a5c..8fda44a 100644 --- a/.gitignore +++ b/.gitignore @@ -135,6 +135,9 @@ dist # macOS files .DS_Store +# Clinic +.clinic + # lock files package-lock.json pnpm-lock.yaml @@ -142,4 +145,4 @@ yarn.lock # editor files .vscode -.idea \ No newline at end of file +.idea