prepare for mkdocs docu

This commit is contained in:
Bastian Schroll 2019-09-17 17:11:10 +02:00
parent 53a7d31797
commit 438dda48c2
6 changed files with 35 additions and 9 deletions

13
.gitignore vendored
View file

@ -6,12 +6,13 @@
# German BOS Information Script
# by Bastian Schroll
# virtual environment
\.venv/
# generated files
log/
_docu/
_bin/win/zadig/
_bin/win/rtl_sdr/
_bin/win/multimon_1_1_1/
_bin/win/kalibrate/
docu/site/
# Logo Photoshop file
*.psd
@ -22,6 +23,10 @@ _bin/win/kalibrate/
# Python precompiled
*.pyc
# Visual Studio Code
\.vscode/
\.pytest_cache/
# PyCharm IDE
\.cache/
\.idea/