Skip to content

gitignore: add .env.testing to .gitignore #145

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

Closed
wants to merge 1 commit into from

Conversation

levintoo
Copy link

Why this PR?

  • I always add .env.testing to .gitignore on all my projects — it’s a small thing that just makes life easier.
  • Since issues and discussions are disabled in the starter kits, I thought a simple PR to all three would be the best way to suggest it.
  • Laravel automatically picks up .env.testing to keep testing configs separate.
  • Adding it to .gitignore helps avoid accidentally committing sensitive or local test environment details.
  • Honestly, not sure why this isn’t already included by default.

@Plytas
Copy link

Plytas commented May 31, 2025

I don't think this should be merged. Usually you would use .env.testing in your CI as well so you would want it committed.

@levintoo levintoo closed this by deleting the head repository Jun 2, 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.

2 participants