mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-18 03:14:07 +08:00
a014f7cde2
* chore: fix 4.x-stable publish script * chore: add notice before publish to npm (#41613) * chore: add notice before publish to npm * chore: add notice before publish to npm * chore: ignore locale folder for eslint check * chore: ignore locale folder for eslint check * chore: change notification sound * chore: migrate to actions/checkout@v4
35 lines
748 B
Plaintext
35 lines
748 B
Plaintext
components/**/*.js
|
|
components/**/*.jsx
|
|
!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
|
|
locale
|
|
.dumi
|
|
report.html
|