Files
vf_react/.claude/settings.local.json

22 lines
639 B
JSON

{
"permissions": {
"allow": [
"Read(//Users/qiye/**)",
"Bash(npm run lint:check)",
"Bash(npm run build)",
"Bash(chmod +x /Users/qiye/Desktop/jzqy/vf_react/scripts/*.sh)",
"Bash(node scripts/parseIndustryCSV.js)",
"Bash(cat:*)",
"Bash(npm cache clean --force)",
"Bash(npm install)",
"Bash(npm run start:mock)",
"Bash(npm install fsevents@latest --save-optional --force)",
"Bash(python -m py_compile:*)",
"Bash(ps -p 20502,53360 -o pid,command)",
"Bash(mkdir -p /Users/qiye/Desktop/jzqy/vf_react/docs/graduation)"
],
"deny": [],
"ask": []
}
}