Skip to content
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

support for customizing files to be excluded from the move target. #40

Merged
merged 4 commits into from
Jun 26, 2023

Conversation

p-x9
Copy link
Owner

@p-x9 p-x9 commented Jun 25, 2023

When switching containers, almost all files except for some system files are saved and restored to the container directory.
You can set files to be excluded from these moves.

All file paths that end with the contents of customExcludeFiles will be excluded from the move.
For example, the following configuration will exclude the file named XXX.yy under all directories.

appcontainer.customExcludeFiles = [
    "XXX.yy"
]

closes #30

@p-x9 p-x9 merged commit e64e03a into main Jun 26, 2023
@p-x9 p-x9 deleted the feature/customizable-exclude-paths branch June 26, 2023 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow custom unmanaged directories and files
1 participant