mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
8e27cf986f
* chore: rm component less file * refactor: less file * refactor: rm less * refactor: rm page-header and comment * chore: rm less in components * chore: update dist config * chore: update image test * chore: update dekko * chore: rm lib dekko * chore: update dist dekko * chore: udpate bundle size * test: update snapshot * test: rm theme test * test: update snapshot * test: update snapshot * chore: copy reset.css * test: update image test * chore: copy reset.css to es * chore: update site script
33 lines
752 B
Plaintext
33 lines
752 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/**/*
|
|
node_modules
|
|
_site
|
|
dist
|
|
coverage
|
|
**/*.d.ts
|
|
# Scripts
|
|
scripts/previewEditor/**/*
|
|
jest-stare
|