diff --git a/.claude/settings.local.json b/.claude/settings.local.json index e67d58d..6f13fc6 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -126,7 +126,9 @@ "Bash(rm \"prisma/dev.db\")", "Bash(rm -f \"prisma/dev.db-journal\")", "Bash(git commit -m 'Chore: Migrate database from SQLite to PostgreSQL on VM *)", - "Bash(git pull *)" + "Bash(git pull *)", + "Bash(git rm *)", + "Bash(git commit -m 'Chore: Remove .env from version control for security *)" ] } }