From 6462b4ca6067736c227155d35ee10ebb76a1fabe Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Wed, 11 May 2022 12:25:57 -0500 Subject: [PATCH] build: add .idea to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 81ce2e3..d765bb9 100644 --- a/.gitignore +++ b/.gitignore @@ -77,4 +77,6 @@ typings/ dist -.vs \ No newline at end of file +.vs + +.idea \ No newline at end of file