23 lines
419 B
YAML
23 lines
419 B
YAML
js:
|
|
- snippets/js/s/*.md
|
|
- collections/js/*.yaml
|
|
css:
|
|
- snippets/css/s/*.md
|
|
- collections/css/*.yaml
|
|
html:
|
|
- snippets/html/s/*.md
|
|
- collections/html/*.yaml
|
|
git:
|
|
- snippets/git/s/*.md
|
|
- collections/git/*.yaml
|
|
python:
|
|
- snippets/python/s/*.md
|
|
- collections/python/*.yaml
|
|
react:
|
|
- snippets/react/s/*.md
|
|
- collections/react/*.yaml
|
|
snippet:
|
|
- snippets/**/*.md
|
|
collection:
|
|
- collections/**/*.yaml
|