Update .gitignore to exclude environment files

- Add .env files to .gitignore (contains secrets)
- Fix repository remote configuration

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2025-11-22 16:53:37 -08:00
parent 2b30cae68f
commit ed7b210f78
1 changed files with 6 additions and 1 deletions

7
.gitignore vendored
View File

@ -3,4 +3,9 @@ dist
.DS_Store
server/public
vite.config.ts.*
*.tar.gz
*.tar.gz
# Environment variables (contains secrets)
.env
.env.local
.env.*.local