From 8c3e0c13584bd02593c59aadddf3a9721ff931ac Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sat, 7 Jan 2023 15:26:57 +0000 Subject: [PATCH] chore(.gitignore): add clinic --- .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