configure openapi-generator-cli to mask unwanted and custom files

This commit is contained in:
Kenneth Bingham 2025-03-03 17:03:32 -05:00
parent c15f10579e
commit ae951510b1
No known key found for this signature in database
GPG Key ID: 31709281860130B6

View File

@ -0,0 +1,18 @@
#
## unwanted files should not be generated
#
git_push.sh
.gitlab-ci.yml
.travis.yml
pyproject.toml
.github/workflows/python.yml
tox.ini
test-requirements.txt
#
## custom files that must not be overwritten
#
setup.py
setup.cfg