mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
* [enh] Revive the old auto documentation of API with swagger * [fix] RequestBody versus params in auto apidoc * [fix] Auto api doc no need of Headers on other than post * [fix] Remove Authentication from swagger API * Redelete bash completion * [fix] Delete file * Delete openapi.json * Delete doc/swagger * Add swagger stuff and bashcompletion to gitignore Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
44 lines
420 B
Text
44 lines
420 B
Text
*.py[co]
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
cache
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
log
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
|
|
# moulinette lib
|
|
src/locales
|
|
|
|
# Test
|
|
src/tests/apps
|
|
|
|
# Tmp/local doc stuff
|
|
doc/bash-completion.sh
|
|
doc/bash_completion.d
|
|
doc/openapi.js
|
|
doc/openapi.json
|
|
doc/swagger
|