From 5aa286d93152a8eeb7c0fcc54b03e66162da78fe Mon Sep 17 00:00:00 2001 From: userquin Date: Sat, 11 May 2024 19:42:56 +0200 Subject: [PATCH] chore: add `.idea` to `.gitignore` --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 48f3ffa..dce9cca 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules .DS_Store dist example/README.md +.idea/