From: Tejas Shah Date: Sun, 27 May 2018 23:58:49 +0000 (-0700) Subject: Add .serverless to gitignore X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F2719%2Fhead;p=gitignore.git Add .serverless to gitignore --- diff --git a/Node.gitignore b/Node.gitignore index 47ed2ccb..4454ba1b 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -62,3 +62,6 @@ typings/ # vuepress build output .vuepress/dist + +# Serverless directories +.serverless