-
Sébastien Theys authored
Code owners are automatically requested for review when someone opens a pull request that modifies code that they own. Code owners are not automatically requested to review draft pull requests. https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners closes odoo/odoo#47388 Signed-off-by:
Olivier Dony (odo) <odo@openerp.com>
Sébastien Theys authoredCode owners are automatically requested for review when someone opens a pull request that modifies code that they own. Code owners are not automatically requested to review draft pull requests. https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners closes odoo/odoo#47388 Signed-off-by:
Olivier Dony (odo) <odo@openerp.com>
.gitignore 588 B
# sphinx build directories
_build/
# dotfiles
.*
!.gitignore
!.github
!.mailmap
# compiled python files
*.py[co]
__pycache__/
# setup.py egg_info
*.egg-info
# emacs backup files
*~
# hg stuff
*.orig
status
# odoo filestore
odoo/filestore
# maintenance migration scripts
odoo/addons/base/maintenance
# generated for windows installer?
install/win32/*.bat
install/win32/meta.py
# needed only when building for win32
setup/win32/static/less/
setup/win32/static/wkhtmltopdf/
setup/win32/static/postgresql*.exe
# various virtualenv
/bin/
/build/
/dist/
/include/
/lib/
/man/
/share/
/src/