Add .vercel to gitignore (#13595)

Also added `.now`, this should make sure that if the Vercel CLI is used inside the examples to deploy a project, the project folder is not added to the list of changes.
This commit is contained in:
Luis Alvarez D 2020-05-31 15:53:08 -05:00 committed by GitHub
parent f8f308d6dd
commit 48c8440016
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.gitignore vendored
View file

@ -30,3 +30,7 @@ examples/**/out
examples/**/.env*.local
pr-stats.md
# Vercel
.vercel
.now