Skip to content

Conversation

@AhmedAlaa4611
Copy link
Contributor

Description

This PR reorders the .gitignore entries in the framework core to match the ordering style recently applied in the Laravel skeleton repo laravel/laravel@a9200af:

  • Files starting with a dot (.) are listed first.
  • Directories come next.
  • Normal files are listed last.

This improves readability and makes it easier to quickly scan the file. No entries were added or removed (only reordered).

@shaedrich
Copy link
Contributor

Have you considered, separating the groups with empty lines or additionally even adding "headlines" to the section via # comments?

@taylorotwell taylorotwell merged commit e294ea0 into laravel:12.x Sep 7, 2025
65 checks passed
tegos pushed a commit to tegos/laravel-framework that referenced this pull request Sep 28, 2025
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

Successfully merging this pull request may close these issues.

3 participants