mirror of
https://github.com/oatpp/oatpp.git
synced 2024-11-21 03:14:51 +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:
|
|
|