From ad8af11b52f3d4cfe9f6590ee02c62e0c12eecb1 Mon Sep 17 00:00:00 2001 From: candiduslynx Date: Mon, 17 Apr 2023 13:36:35 +0300 Subject: [PATCH 1/2] ignore vendor --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 78af853b3..ccf077922 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,6 @@ _testmain.go *.iml *.swp *.swo + +# vendor +vendor \ No newline at end of file From 5950ae0e1896664199337f50283cf936a3c30968 Mon Sep 17 00:00:00 2001 From: candiduslynx Date: Mon, 17 Apr 2023 14:13:45 +0300 Subject: [PATCH 2/2] newline --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ccf077922..76a9f4df7 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,4 @@ _testmain.go *.swo # vendor -vendor \ No newline at end of file +vendor