mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-10-31 21:43:48 +00:00
13 lines
352 B
YAML
13 lines
352 B
YAML
api: "TelegramBotAPI-api/**"
|
|
utils: "TelegramBotAPI-utils/**"
|
|
behaviour-builder: "TelegramBotAPI-behaviour_builder/**"
|
|
behaviour-builder_fsm: "TelegramBotAPI-behaviour_builder-fsm/**"
|
|
core: "TelegramBotAPI-core/**" # currently not work
|
|
|
|
code: "**/*.kt"
|
|
gradle: "**/*.gradle"
|
|
versions: "**/gradle.properties"
|
|
markdown:
|
|
- "**/*.md"
|
|
- "!CHANGELOG.md"
|