aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrendan Forster <github@brendanforster.com>2018-05-28 10:09:48 +1000
committerGitHub <noreply@github.com>2018-05-28 10:09:48 +1000
commit7cb3fb7171b9b5655d2c4d596499add41c4a2157 (patch)
tree5026732fa3d1bc05a2bd3f8de0c301017c75cd21
parentc5437d0b115bdfd09af543689b9eed79888db2e3 (diff)
parent88e67f9931151db8f2cc102e3db2903d97ef873e (diff)
downloadgitignore-7cb3fb7171b9b5655d2c4d596499add41c4a2157.tar.gz
gitignore-7cb3fb7171b9b5655d2c4d596499add41c4a2157.zip
Merge pull request #2719 from tejashah88/patch-1
Add ".serverless" to gitignore
-rw-r--r--Node.gitignore3
1 files changed, 3 insertions, 0 deletions
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