Further extend the .gitignore file#16
Merged
amateescu merged 7 commits intoMay 19, 2026
Merged
Conversation
amateescu
previously requested changes
May 19, 2026
…anchor /yarn.lock
a551303 to
b7960cd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Issue
How This PR Solves The Issue
The PR is adding three sets of additions to the .gitignore file.
for DDEV I've added the
.tarballdirectory which is the recommended location in the DDEV docs to store db dumps https://docs.ddev.com/en/stable/users/usage/database-management/#mysqldump-and-pg_dump as well as any .sql or sql.gz file in the project rootadded more directories listed in https://www.drupal.org/project/drupal/issues/3082958 as well as the additional possible custom and contrib folder for themes and modules (the most important is
/modules/contrib/)for additional js based tooling i'Ve added package.json located in the project root as well as the node_modules directory also place in the project root for now. but if you consider the ddev addon by ultrabob that is providing code quality checks https://github.com/UltraBob/ddev-drupal-code-quality in line with the drupal ci process it might be worth a thought to also add the dot files for those tools as well.
Manual Testing Instructions
Automated Testing Overview
Release/Deployment Notes