From 56b74ea543dd5577dcb56b1f0ace796c055b48e4 Mon Sep 17 00:00:00 2001 From: hiifong Date: Mon, 30 Dec 2024 19:23:58 +0800 Subject: [PATCH 1/2] Update .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 86e6e4fefdc1c..a99500a31772c 100644 --- a/.gitignore +++ b/.gitignore @@ -117,3 +117,6 @@ prime/ # Manpage /man + +# IntelliJ Gateway +.uuid From f4b8db758e5cf3a8146e263f82bafd01aab3b6a8 Mon Sep 17 00:00:00 2001 From: hiifong Date: Tue, 31 Dec 2024 10:02:48 +0800 Subject: [PATCH 2/2] Update .gitignore --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a99500a31772c..619cb1cabbe23 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_* @@ -117,6 +121,3 @@ prime/ # Manpage /man - -# IntelliJ Gateway -.uuid