mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +08:00
cc5c4fed51
* chore: add locale files to npm pkg * docs: locale files reference path * docs: fix locale path * chore: bump @ant-design/tools * refactor: default locale file * chore: add site wepack alias * chore: bump @ant-design/tools * fix: site theme locale reference path * chore: add locale files to eslint ignore * fix: markdown demo unable to resolve path to module antd/locale
34 lines
759 B
Plaintext
34 lines
759 B
Plaintext
components/**/*.js
|
|
components/**/*.jsx
|
|
components/version/token.tsx
|
|
!components/*/__tests__/**/*.js
|
|
!components/*/demo/*
|
|
!.*.js
|
|
~*
|
|
# Docs templates
|
|
site/theme/template/Color/ColorPicker.jsx
|
|
site/theme/template/IconDisplay/*.js
|
|
site/theme/template/IconDisplay/*.jsx
|
|
site/theme/template/IconDisplay/fields.js
|
|
site/theme/template/Home/**/*.jsx
|
|
site/theme/template/utils.jsx
|
|
site/theme/template/Layout/**/*.jsx
|
|
site/theme/template/Layout/Footer.jsx
|
|
site/theme/template/Content/Article.jsx
|
|
site/theme/template/Content/EditButton.jsx
|
|
site/theme/template/Resources/*.jsx
|
|
site/theme/template/Resources/**/*.jsx
|
|
site/theme/template/NotFound.jsx
|
|
typings
|
|
es/**/*
|
|
lib/**/*
|
|
locale
|
|
node_modules
|
|
_site
|
|
dist
|
|
coverage
|
|
**/*.d.ts
|
|
# Scripts
|
|
scripts/previewEditor/**/*
|
|
jest-stare
|