mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 00:57:09 +01:00
Enhance Bash settings in settings.local.json to include Git commit command for improved development workflow. This addition streamlines the process for developers by allowing direct execution of Git commit operations from the command line.
This commit is contained in:
parent
beb978355c
commit
21443f578a
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@
|
|||
"Bash(docker compose:*)",
|
||||
"Bash(dir:*)",
|
||||
"Bash(npm run lint)",
|
||||
"Bash(pnpm run lint:*)"
|
||||
"Bash(pnpm run lint:*)",
|
||||
"Bash(git commit:*)"
|
||||
],
|
||||
"deny": [],
|
||||
"ask": []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue