From 5fdb3a73d2c646f5835ba01ddeb474b0fe484baa Mon Sep 17 00:00:00 2001 From: Anthony Date: Sun, 10 Jul 2022 14:22:52 +0100 Subject: [PATCH] feat(config): add gitignore for ./idea --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6704566..9eec09c 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,6 @@ dist # TernJS port file .tern-port + +# IntelliJ IDEA +/.idea/