From f63ab5f12a4688f6062df1cd520670754edc278c Mon Sep 17 00:00:00 2001
From: Frazer Smith <frazer.dev@outlook.com>
Date: Fri, 6 Jan 2023 17:05:17 +0000
Subject: [PATCH] chore(.gitignore): add clinic (#73)

---
 .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