From b97e39735484b129cb09e2fe050624ccb9240b41 Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 22 Jun 2020 09:41:02 +0800 Subject: [PATCH] Fix typo in gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9d59e6655..a21ea7259 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ .idea/ .settings/ .vscode/ -vender/ +vendor/ composer.lock gitpush.sh pkg/ @@ -15,4 +15,4 @@ cbuild **/.DS_Store .vscode/ go.sum -.example/other/ \ No newline at end of file +.example/other/