mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
add rule to never mess with our db
This commit is contained in:
parent
3ee04558c4
commit
0db1997aba
1 changed files with 8 additions and 0 deletions
8
.claude/settings.json
Normal file
8
.claude/settings.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"permissions": {
|
||||
"deny": [
|
||||
"Bash(npx drizzle-kit generate)",
|
||||
"Bash(npx drizzle-kit push)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue