-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to never export specific files #671
Comments
I have several answers to this :)
|
Since I'm using an external IP, I can't change this behavior. But that leads me to another problem with environment variables:
A simple workaround would be to use the --resolve-env-vars-early argument, but I don't like the idea to be forced to use this argument. I currently see multiple possible solutions:
I think this whole topic is somewhat related to the discussion in issue #641. |
Currently, the only option is to export either all files or none.
This can be a problem if the files are several gigabytes in size or depend on other files in the same directory (structure). This makes the export feature unusable in these cases. Also, it is completely unnecessary to export the files if you know they will never change. A possible solution would be to mark these files with a "do not export" flag in the core file.
The text was updated successfully, but these errors were encountered: