From 4f1840d49bd3980b38009988b2a81dc2214933af Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sat, 7 Jan 2023 08:41:25 +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