chore: Remove .next from git tracking and add .prod.env to gitignore

- Remove .next folder from git tracking (build artifacts should not be versioned)
- Add .prod.env to gitignore for production environment configuration

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-09 15:04:43 +00:00
parent 78be01ec65
commit 8978a60a6e

1
.gitignore vendored
View File

@@ -28,6 +28,7 @@ yarn-error.log*
.env
.env*.local
.env.test
.prod.env
# vercel
.vercel