mirror of
https://gitee.com/zyjblog/oatpp.git
synced 2025-01-03 05:22:24 +08:00
17 lines
424 B
YAML
17 lines
424 B
YAML
path_classifiers:
|
|
generated:
|
|
- exclude: "src/*" # don't tag oatpp sources as generated
|
|
library:
|
|
- exclude: "src/*" # don't tag oatpp sources as library
|
|
template:
|
|
- exclude: "src/*" # don't tag oatpp sources as template
|
|
test:
|
|
- exclude: "src/*" # don't tag oatpp sources as test
|
|
- test # tag test folder only as test
|
|
docs:
|
|
- README.md
|
|
- LICENSE.txt
|
|
extraction:
|
|
cpp:
|
|
|