Skip to content

[12.x] Reorder .gitignore entries for consistency and readability#56963

Merged
taylorotwell merged 1 commit into
laravel:12.xfrom
AhmedAlaa4611:reorder-gitignore-entries
Sep 7, 2025
Merged

[12.x] Reorder .gitignore entries for consistency and readability#56963
taylorotwell merged 1 commit into
laravel:12.xfrom
AhmedAlaa4611:reorder-gitignore-entries

Conversation

@AhmedAlaa4611

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