From 049bb87f4872fff3e17abf4276cb4e83ccc5a15f Mon Sep 17 00:00:00 2001 From: "courtmanr@gmail.com" Date: Thu, 24 Apr 2025 09:40:33 +0100 Subject: [PATCH] chore: Ignore release procedure file --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3082a3b74..c0a4095ab 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,7 @@ build/ dist/ # Optional files -.DS_Store \ No newline at end of file +.DS_Store + +# Local Documentation (Not for Repo) +RELEASE_PROCEDURE.md \ No newline at end of file