From 1cbed53a3ab655b9be6a324dc3425ec2db1bec2f Mon Sep 17 00:00:00 2001 From: Ivy Astrix Date: Sun, 17 Mar 2024 22:47:28 -0700 Subject: [PATCH] adding excludes for IDEA ide's Signed-off-by: Ivy Astrix --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index c6bba591..61240601 100644 --- a/.gitignore +++ b/.gitignore @@ -128,3 +128,8 @@ dist .yarn/build-state.yml .yarn/install-state.gz .pnp.* + +#IDEA ide excludes +.idea/vcs.xml +.idea/workspace.xml +.idea/inspectionProfiles/Project_Default.xml