16 lines
460 B
YAML
16 lines
460 B
YAML
|
# https://lgtm.com/help/lgtm/customizing-file-classification
|
||
|
path_classifiers:
|
||
|
plugins:
|
||
|
- plugins/
|
||
|
|
||
|
extraction:
|
||
|
javascript:
|
||
|
# https://lgtm.com/help/lgtm/javascript-extraction#customizing-index
|
||
|
# The `index` step extracts information from the files in the codebase.
|
||
|
index:
|
||
|
# Specify a list of files and folders to exclude from extraction.
|
||
|
exclude:
|
||
|
- bower_components/
|
||
|
- docs/assets/js/plugins/
|
||
|
- plugins/
|