feat: update .gitignore

This commit is contained in:
RTAkland
2021-12-26 09:36:33 +08:00
parent 936dd14a87
commit b493c06387
3 changed files with 11 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
test.py
*.yml
!config.yml
*.log

10
tests/index.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>$Title$</title>
</head>
<body>
$END$
</body>
</html>

0
tests/index.md Normal file
View File