Files
google-apis-rs/.gitignore
Sebastian Thiel c78ea5381a feat(mkdocs): cli postprocessing support
That way, a single huge markdown file containing documentation for
commands and methods can be split up into multiple files for
individual inclusion in mkdocs.

It's done by a post-processor which is loaded by mako-render, providing
access to the entire context. Said processor may also drop results
altogether and thus prevent files to be written that have been split up
by it.
2015-04-10 13:02:36 +02:00

14 lines
134 B
Plaintext

.timestamp
.pyenv
.virtualenv
gen/doc/
gen/*-cli/
*.go
*.pyc
**target/
**docs/
**build_html/
.*.deps
**Cargo.lock
*.sublime-workspace