commit skeleton docs site

This commit is contained in:
kmurphypolygon
2024-03-06 14:21:33 +01:00
parent 4bc4bea0db
commit d8cf98a0b5
9 changed files with 141 additions and 0 deletions

12
.gitignore vendored
View File

@@ -14,3 +14,15 @@ cmake-build-*
# VS Code
.vscode/
# Docs ignore
.code
.idea
site/
venv/
env/
*.out
node_modules/
*DS_Store
*.iml