Skip to content

Keep the new .gitignore file near the op that triggered it

Using "prependExpanded()" meant that the .gitignore files would always be at the front of the commit, and in reverse order, which would create double the amount of splits in case the revision was mixed.

Use appendExpanded() instead.

Merge request reports