From d7a1fa42060566002bf4ea42d9f51e2c39a3fe88 Mon Sep 17 00:00:00 2001 From: YangQi Date: Tue, 20 Sep 2022 10:16:57 +0800 Subject: [PATCH] Ignore `.idea` (#20879) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c838d53b7c89ab4..1939b35615d81c0 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ yarn-debug.log* yarn-error.log* _githistory.json .DS_Store +.idea