mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
chore: add types for conventional commits IntelliJ plugin
This commit is contained in:
parent
fbea40e00c
commit
494ce789a6
1 changed files with 12 additions and 0 deletions
12
cc_defaults.json
Normal file
12
cc_defaults.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"build": {},
|
||||
"ci": {},
|
||||
"chore": {},
|
||||
"docs": {},
|
||||
"feat": {},
|
||||
"fix": {},
|
||||
"perf": {},
|
||||
"refactor": {},
|
||||
"revert": {},
|
||||
"style": {}
|
||||
}
|
||||
Loading…
Reference in a new issue