From 97f36648c557162c5ec4043d526cece8dfaadad0 Mon Sep 17 00:00:00 2001 From: pypy Date: Tue, 7 Apr 2020 22:47:44 +0900 Subject: [PATCH] remove built files (closes #49) --- .gitignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 257539fb..c0da7755 100644 --- a/.gitignore +++ b/.gitignore @@ -262,4 +262,13 @@ __pycache__/ # NodeJS node_modules/ -package-lock.json \ No newline at end of file +package-lock.json + +# html sources +/html/app.css +/html/app.dark.css +/html/app.js +/html/index.html +/html/vr.css +/html/vr.html +/html/vr.js