From b493c0638781b8707ce715b5f359861d73b476d8 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Sun, 26 Dec 2021 09:36:33 +0800 Subject: [PATCH] feat: update .gitignore --- .gitignore | 1 + tests/index.html | 10 ++++++++++ tests/index.md | 0 3 files changed, 11 insertions(+) create mode 100644 tests/index.html create mode 100644 tests/index.md diff --git a/.gitignore b/.gitignore index c05d285..79a6c47 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +test.py *.yml !config.yml *.log diff --git a/tests/index.html b/tests/index.html new file mode 100644 index 0000000..4bdcfcb --- /dev/null +++ b/tests/index.html @@ -0,0 +1,10 @@ + + + + + $Title$ + + +$END$ + + \ No newline at end of file diff --git a/tests/index.md b/tests/index.md new file mode 100644 index 0000000..e69de29