From 2cabf61ea7bf85f5731d40bc79d54a2a15f7d1ce Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sat, 3 Feb 2018 11:41:33 -0500 Subject: [PATCH] ignore runtime.js.map --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 345e41f..a557e2c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ .DS_Store +yarn.lock node_modules cypress/screenshots test/app/.sapper runtime.js -yarn.lock +runtime.js.map cli.js cli.js.map middleware.js