From 2a9518f5b4c288fb650e90a6a96e0d814e514427 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sat, 7 Jan 2023 09:49:18 +0000 Subject: [PATCH] chore(.gitignore): add clinic (#761) --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 81a6b447..75e55bf7 100644 --- a/.gitignore +++ b/.gitignore @@ -135,6 +135,9 @@ dist # macOS files .DS_Store +# Clinic +.clinic + # lock files pnpm-lock.yaml yarn.lock @@ -143,4 +146,4 @@ yarn.lock .vscode .idea -BUILD_SHA \ No newline at end of file +BUILD_SHA