From 1ccf9dee4504862f8e999ab1c459f4b2d1c97446 Mon Sep 17 00:00:00 2001 From: qxo <49526356@qq.com> Date: Sun, 16 Jan 2022 13:14:16 +0800 Subject: [PATCH] chore: ignore .idea/ folder created by IntelliJ IDE (#1599) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e26510d69..e5975dbc1 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ user.bazelrc .dmypy.json rust-project.json node_modules +.idea/