From 9cc0c152406135fd036847f454480955972a479c Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sat, 7 Jan 2023 08:39:36 +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