From 4a254856b34c4084b8cccb6b6669d2355cb46376 Mon Sep 17 00:00:00 2001 From: hiifong Date: Tue, 31 Dec 2024 10:42:29 +0800 Subject: [PATCH] Add IntelliJ Gateway's .uuid to gitignore (#33052) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 86e6e4fefd..619cb1cabb 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,10 @@ _test # IntelliJ .idea + +# IntelliJ Gateway +.uuid + # Goland's output filename can not be set manually /go_build_* /gitea_*