From 3cdd516b91db9fb364ad66e7d0ff6a422d500a6c Mon Sep 17 00:00:00 2001 From: Andrew Wang Date: Sun, 31 Dec 2023 15:42:38 -0800 Subject: [PATCH] chore: add .idea to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 00bba9b..c94bb9d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. +# IDE +.idea + # dependencies /node_modules /.pnp