From 1dd8192c2f3072d0755d07864a49f3b6614e8ce2 Mon Sep 17 00:00:00 2001 From: pypy Date: Fri, 26 Jun 2020 17:20:42 +0900 Subject: [PATCH] update .gitignore --- .gitignore | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 26495a32..82006366 100644 --- a/.gitignore +++ b/.gitignore @@ -263,11 +263,6 @@ __pycache__/ # NodeJS node_modules/ -# html sources -/html/app.css -/html/app.dark.css -/html/app.js -/html/index.html -/html/vr.css -/html/vr.html -/html/vr.js +# html +/html/dist/ +/html/mix-manifest.json