From fcd8a41fc9836b32ca575f987526ff5ba55a6857 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 16 Mar 2022 13:44:38 -0600 Subject: [PATCH] Add .idea to gitignore For those of us using WebStorm --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 53f7466..6a87b45 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ node_modules .DS_Store dist dist-ssr -*.local \ No newline at end of file +*.local +.idea/