From c8962ccf8c09e8a70054db82b72280bf9224fa67 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 30 Sep 2018 21:12:46 -0400 Subject: [PATCH] update gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3db73ec..58cad32 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ test/app/build sapper runtime.js dist -!rollup.config.js \ No newline at end of file +!rollup.config.js +templates/*.js \ No newline at end of file