mirror of
https://github.com/facebook/docusaurus.git
synced 2024-11-25 16:46:13 +08:00
19 lines
362 B
Plaintext
19 lines
362 B
Plaintext
# Stylelint runs on everything by default; we only lint CSS files.
|
|
*
|
|
!*/
|
|
!*.css
|
|
__tests__/
|
|
build
|
|
coverage
|
|
examples/
|
|
|
|
packages/lqip-loader/lib/
|
|
packages/docusaurus/lib/
|
|
packages/docusaurus-*/lib/*
|
|
packages/create-docusaurus/lib/*
|
|
packages/create-docusaurus/templates/
|
|
website/static/katex/katex.min.css
|
|
website/_dogfooding/_asset-tests/badSyntax.css
|
|
|
|
jest/vendor
|