Type
New feature
Product
OneCode Cloud
Details
I have a qgis plugin that I would like to provide as a onecode app whilst keeping the basecode unchanged. To do this I need main.py to ignore a number of libraries (or whole python files) since they cannot be pip installed (qgis specifically).
The .onecodeIgnore file would list the libraries (of files) that the developer knows will not be called by the run() in flows.
Thanks!