Albert 1a8e1fccb9 fix: Correct .gitignore to match both .env prefix and .env suffix patterns
- .env - matches the base .env file
- .env.* - matches .env.local, .env.production, etc.
- *.env - matches .prod.env, .test.env, etc. (suffix pattern)
- !.example.env - explicitly allow .example.env

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-09 15:11:15 +00:00
2025-11-08 12:44:39 +00:00
2025-11-09 14:43:11 +00:00
Description
No description provided
57 MiB