Skip to content

Enhance .gitignore to exclude common OS and log files #6619

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

Merged
merged 2 commits into from
May 26, 2025

Conversation

mohammadRezaei1380
Copy link
Contributor

This pull request updates the .gitignore file by adding entries to ignore common files generated by operating systems and local development environments, including:

  • .DS_Store (macOS system file)
  • Thumbs.db (Windows system file)
  • *.log (log files generated during development)

Adding these files to .gitignore helps keep the repository clean and prevents unnecessary files from being committed accidentally.

@taylorotwell taylorotwell merged commit 6657827 into laravel:12.x May 26, 2025
4 checks passed
Gvalien added a commit to Gvalien/laravel that referenced this pull request May 27, 2025
Enhance .gitignore to exclude common OS and log files (laravel#6619)
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.

2 participants