From e831c9ca603e25fced91d9d70d50763e4a5d107f 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/