Files
google-apis-rs/.gitignore
Sebastian Thiel 8cb73d66c2 Add simple preprocessor to handle descriptions interpreted by cargo doc
This seemed easiest, especially since I also am the author of
pulldown-cmark-to-cmark :D.

Funny how things fit together sometimes. And so much better than
if I would have tried the same in pure python.
2019-07-05 14:51:30 +08:00

61 lines
696 B
Plaintext

.DS_Store
/.vscode/
/.idea/
.timestamp
gen/doc
*.go
**/target/
**/docs/
**/build_html/
.*.deps
**/Cargo.lock
# Python: Makefile lead dirs
.pyenv-*
.virtualenv
# Sublime
*.sublime-workspace
# Python: Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Python: Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Python: Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Python: Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
# Python: pyenv
.python-version