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

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

Open
omarlopesino opened this issue May 13, 2024 · 3 comments

Comments

@omarlopesino
Copy link
Member

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

  • index.php
  • .ht.router.php
  • .htaccess

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
Copy link
Member

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.

@jonhattan
Copy link
Contributor

I think we should exclude copying .gitignore files at all.

@omarlopesino
Copy link
Member Author

Task related: #17

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

No branches or pull requests

3 participants