From 57ca48adf79f4c265cf4c2408fd114b623e04fbd Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sat, 7 Jan 2023 15:29:48 +0000 Subject: [PATCH] chore(.gitignore): add clinic --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1b70fc18..e50aa7aa 100644 --- a/.gitignore +++ b/.gitignore @@ -140,9 +140,12 @@ package-lock.json pnpm-lock.yaml yarn.lock +# Clinic +.clinic + # editor files .vscode .idea # static files -static \ No newline at end of file +static