2017-01-11 21:25:52 +08:00
|
|
|
components/**/*.js
|
|
|
|
components/**/*.jsx
|
2022-07-05 21:55:21 +08:00
|
|
|
components/version/token.tsx
|
2017-08-18 17:21:18 +08:00
|
|
|
!components/*/__tests__/**/*.js
|
2022-10-09 16:59:11 +08:00
|
|
|
!components/*/demo/*.md
|
|
|
|
components/*/demo/*.tsx
|
2018-08-10 13:49:06 +08:00
|
|
|
!.*.js
|
2020-12-17 15:09:18 +08:00
|
|
|
~*
|
2018-09-01 17:14:22 +08:00
|
|
|
# Docs templates
|
2020-01-09 15:23:52 +08:00
|
|
|
site/theme/template/Color/ColorPicker.jsx
|
2018-09-01 17:14:22 +08:00
|
|
|
site/theme/template/IconDisplay/*.js
|
|
|
|
site/theme/template/IconDisplay/*.jsx
|
2020-01-09 15:23:52 +08:00
|
|
|
site/theme/template/IconDisplay/fields.js
|
2019-12-26 15:27:52 +08:00
|
|
|
site/theme/template/Home/**/*.jsx
|
2020-01-09 15:23:52 +08:00
|
|
|
site/theme/template/utils.jsx
|
2020-02-27 10:53:30 +08:00
|
|
|
site/theme/template/Layout/**/*.jsx
|
2020-01-09 15:23:52 +08:00
|
|
|
site/theme/template/Layout/Footer.jsx
|
2020-02-27 10:53:30 +08:00
|
|
|
site/theme/template/Content/Article.jsx
|
|
|
|
site/theme/template/Content/EditButton.jsx
|
|
|
|
site/theme/template/Resources/*.jsx
|
|
|
|
site/theme/template/Resources/**/*.jsx
|
2020-03-04 22:35:18 +08:00
|
|
|
site/theme/template/NotFound.jsx
|
2022-10-09 16:59:11 +08:00
|
|
|
site/theme/template/Content/ComponentDoc.jsx
|
|
|
|
site/**/*.tsx
|
2019-08-14 18:21:24 +08:00
|
|
|
typings
|
2019-08-18 00:37:17 +08:00
|
|
|
es/**/*
|
|
|
|
lib/**/*
|
|
|
|
node_modules
|
|
|
|
_site
|
|
|
|
dist
|
2020-07-15 19:51:56 +08:00
|
|
|
coverage
|
2019-08-18 00:37:17 +08:00
|
|
|
**/*.d.ts
|
2020-04-11 19:52:55 +08:00
|
|
|
# Scripts
|
2020-08-02 23:48:36 +08:00
|
|
|
scripts/previewEditor/**/*
|
2021-01-24 23:24:06 +08:00
|
|
|
jest-stare
|