From 3f7bb1758a5ee64043af59cbe4c60c54d584e3a6 Mon Sep 17 00:00:00 2001 From: Aryan Jassal Date: Thu, 12 Jun 2025 11:54:03 +1000 Subject: [PATCH] chore: ignoring prettier for local formatting --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 84856b0..98cb666 100644 --- a/.gitignore +++ b/.gitignore @@ -126,3 +126,10 @@ dist .yarn/build-state.yml .yarn/install-state.gz .pnp.* + +# editor +.vscode/ +.idea/ + +# prettier +.prettierrc \ No newline at end of file