From 4f1027df7763d1d6086704efb236b8e8084ec2cc Mon Sep 17 00:00:00 2001 From: Llywelwyn Date: Mon, 4 Sep 2023 05:40:26 +0100 Subject: [PATCH] ignore index/css these are just for local testing - we don't want them pushed through to gh-pages --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index bcc7d85..cb6dd3a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ # Build files, documentation, benchmarks target +wasm/index.css +wasm/index.html docs/gifs/* # VSCode/IDE config files