From bcd8b1a773a1376ddf3cd9684bfa2bddb92811a3 Mon Sep 17 00:00:00 2001 From: Masahiro Wada Date: Sat, 30 Apr 2022 14:31:47 +0000 Subject: [PATCH] chore: Trivial fix --- .gitignore | 3 ++- examples/dist/.keep | 0 examples/simple_counter/index.html | 3 ++- pyproject.toml | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 examples/dist/.keep diff --git a/.gitignore b/.gitignore index 55e9aca..c7bca27 100755 --- a/.gitignore +++ b/.gitignore @@ -129,4 +129,5 @@ dmypy.json .pyre/ # Dist files -dist/ +dist +examples/dist/*.whl diff --git a/examples/dist/.keep b/examples/dist/.keep new file mode 100644 index 0000000..e69de29 diff --git a/examples/simple_counter/index.html b/examples/simple_counter/index.html index ff54f4b..f7eed3a 100755 --- a/examples/simple_counter/index.html +++ b/examples/simple_counter/index.html @@ -2,6 +2,7 @@ + Alfort-Dom • Simple Counter