Add docs output folder to .gitignore

This commit is contained in:
Aadi Desai 2023-05-12 14:07:05 +01:00
parent 1078beaaab
commit 4b0d1101ab
No known key found for this signature in database

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
/.vscode/
/build/
/docs/
__pycache__/
demo/*.o
demo/*.d