mirror of
https://github.com/fastapi/fastapi.git
synced 2026-03-06 16:06:49 -05:00
* ➕ Add dependencies for MkDocs Insiders * 🙈 Add Insider's .cache to .gitignore * 🔧 Update MkDocs configs for Insiders * 💄 Add custom Insiders card layout, while the custom logo is provided from upstream * 🔨 Update docs.py script to dynamically enable insiders if it's installed * 👷 Add cache for MkDocs Material Insiders' cards * 🔊 Add a small log to the docs CLI * 🔊 Tweak logs, only after exporting languages * 🐛 Fix accessing non existing env var * 🔧 Invalidate deps cache * 🔧 Tweak cache IDs * 👷 Update cache for installing insiders * 🔊 Log insiders * 💚 Invalidate cache * 👷 Tweak cache keys * 👷 Trigger CI and test cache * 🔥 Remove cache comment * ⚡️ Optimize cache usage for first runs of docs * 👷 Tweak cache for MkDocs Material cards * 💚 Trigger CI to test cache
28 lines
249 B
Plaintext
28 lines
249 B
Plaintext
.idea
|
|
.ipynb_checkpoints
|
|
.mypy_cache
|
|
.vscode
|
|
__pycache__
|
|
.pytest_cache
|
|
htmlcov
|
|
dist
|
|
site
|
|
.coverage
|
|
coverage.xml
|
|
.netlify
|
|
test.db
|
|
log.txt
|
|
Pipfile.lock
|
|
env3.*
|
|
env
|
|
docs_build
|
|
site_build
|
|
venv
|
|
docs.zip
|
|
archive.zip
|
|
|
|
# vim temporary files
|
|
*~
|
|
.*.sw?
|
|
.cache
|