mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-04 22:07:45 +00:00
prepare for mkdocs docu
This commit is contained in:
parent
53a7d31797
commit
438dda48c2
6 changed files with 35 additions and 9 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue