Update .gitignore to exclude /site directory

This commit is contained in:
2024-03-01 12:57:25 +08:00
parent b91c644179
commit 108ca7786e
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ venv.bak/
.ropeproject
# mkdocs documentation
/site
# /site
# mypy
.mypy_cache/
+2
View File
@@ -0,0 +1,2 @@
*
!.gitignore