Metadrop / drupal-artifact-builder

Helper to generate drupal artifacts
0 stars 1 forks source link

Metadrop boilerplate web/.gitignore file is not leting critical files to be added to artifact #7

Open omarlopesino opened 2 months ago

omarlopesino commented 2 months ago

The gitignore added in drupal boilerplate avoids these files to be added to artifact:

There are two solutions for this:

a. Don't add to gitignore these files b. Forcefully add these files to the artifact.

What do you think is the best solution?

jorgetutor commented 1 month ago

I bet forcing those files to be added. We cannot rely either on the main .gitignore file nor the internal one as the dev repository and the artifact one have different packaging needs.