diff options
author | Noah <mounderfod@gmail.com> | 2022-07-08 18:24:14 +0100 |
---|---|---|
committer | Noah <mounderfod@gmail.com> | 2022-07-08 18:24:14 +0100 |
commit | fce2dadf29e6c481fcc50073d03c41f282fa7d85 (patch) | |
tree | 333eb244c07beec92f5e2a3ea284a6289a0cc791 /.gitignore | |
parent | ccc9b792f7b3e1154921b0f01fc0bc316f8093e2 (diff) | |
download | discobra-fce2dadf29e6c481fcc50073d03c41f282fa7d85.tar.gz |
docs: Update README.md, add it to the main docs page
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e3d86f5..aafa034 100644 --- a/.gitignore +++ b/.gitignore @@ -71,6 +71,10 @@ instance/ # Sphinx documentation docs/_build/ +# pdoc +docs/ +!docs/.nojekyll + # PyCharm .idea/ |