Metadrop / drupal-artifact-builder

Helper to generate drupal artifacts
0 stars 1 forks source link

The folder files is copied during artifact builder process #3

Open lpeidro opened 1 year ago

lpeidro commented 1 year ago

When the command "drupal-artifact-builder create" is run, the artifact is build in a folder call "deploy-artifact".

In this process the folder "files" is copied. It has no implications when it comes to pushing the artifact, but at the performance level in case the files folder has a large number of files.

Therefore copying of the files folder should be excluded during the build of the artifact.

omarlopesino commented 1 year ago

I think I will additionally review folders that are always copied to ensure the copy and paste do not copy unnecessary folders

omarlopesino commented 1 year ago

The solution for this is to excluding a list of files formed by the git ignore files that won't be copied to the artifact.