From 1a5e8289ec93efdfac948d104aabbff6ec29b1c4 Mon Sep 17 00:00:00 2001 From: woshiange Date: Mon, 4 May 2020 01:51:29 +0700 Subject: [PATCH] Update .gitignore --- .gitignore | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d5377ab..c86b168 100644 --- a/.gitignore +++ b/.gitignore @@ -64,7 +64,9 @@ target/ .idea/ # vim swap files -.*.sw? -aws_lambda/.DS_Store -.DS_Store -.vscode/ +*.swp +*.swo +*.swn + +# config.yaml +*.yaml