Version control for customizations

Hi all,
I have added several customizations to my devilbox using best practices from the docs. For instance I have created some shell scripts inside autostart and cfg I added the modifications based on best practices from the devilbox documentation. What is the recommended way to keep my customized files in version control since files in these directories are ignored by devilbox?

Hi @roliver3 good point.

I’m currently looking into this topic. Current approach I’m trying to implement is to be able to keep all user-generated files outside the devilbox directory in a separate path that you can version control.
I will update once I have a WIP PR open on this.