36 lines
510 B
YAML
36 lines
510 B
YAML
|
"Category: CI":
|
||
|
- .github/workflows/*
|
||
|
|
||
|
"Category: Meta":
|
||
|
- ./*
|
||
|
- .github/*
|
||
|
- .github/ISSUE_TEMPLATE/*
|
||
|
- .github/PULL_REQUEST_TEMPLATE/*
|
||
|
- .gitignore
|
||
|
|
||
|
"Category: Build System":
|
||
|
- meson.build
|
||
|
- meson_options.txt
|
||
|
- subprojects/*
|
||
|
|
||
|
"Category: Documentation":
|
||
|
- docs/*
|
||
|
|
||
|
"Category: Resources":
|
||
|
- resources/*
|
||
|
|
||
|
"Category: Themes":
|
||
|
- data/colors/*
|
||
|
|
||
|
"Category: Lua Core":
|
||
|
- data/core/*
|
||
|
|
||
|
"Category: Fonts":
|
||
|
- data/fonts/*
|
||
|
|
||
|
"Category: Plugins":
|
||
|
- data/plugins/*
|
||
|
|
||
|
"Category: C Core":
|
||
|
- src/*
|