-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Move distribution files to a new branch instead of with the code.
Is your feature request related to a problem? Please describe.
Currently, distribution files are included in the main branch which clutters the code repository. This makes it harder for developers to find what they need and update the codebase. It also makes it difficult to maintain a clean history of code changes.
Describe the solution you'd like
I would like to move the distribution files to a new branch, separate from the code. This will make it easier to keep the code repository clean and organized. GitHub actions will need to be modified to move the distribution files to the new branch automatically.
Describe alternatives you've considered
We could continue to include the distribution files with the code in the main branch, but this would lead to a cluttered repository and make it difficult to maintain. Another alternative is to manually move the distribution files to a new branch, but this would be time-consuming and error-prone.