2015-05-07 18:50:36 +08:00
|
|
|
*.iml
|
|
|
|
.idea/
|
|
|
|
.ipr
|
|
|
|
.iws
|
|
|
|
*~
|
|
|
|
~*
|
|
|
|
*.diff
|
|
|
|
*.patch
|
|
|
|
*.bak
|
|
|
|
.DS_Store
|
|
|
|
Thumbs.db
|
|
|
|
.project
|
|
|
|
.*proj
|
|
|
|
.svn/
|
|
|
|
*.swp
|
|
|
|
*.swo
|
|
|
|
*.log
|
2017-05-10 21:36:08 +08:00
|
|
|
*.log.*
|
2016-09-20 08:58:20 +08:00
|
|
|
*.json.gzip
|
2015-05-07 18:50:36 +08:00
|
|
|
node_modules/
|
|
|
|
.buildpath
|
|
|
|
.settings
|
2015-07-02 12:36:12 +08:00
|
|
|
npm-debug.log
|
2015-05-07 18:50:36 +08:00
|
|
|
nohup.out
|
|
|
|
_site
|
2016-03-23 18:52:27 +08:00
|
|
|
_data
|
2015-05-21 20:36:13 +08:00
|
|
|
dist
|
2020-04-28 14:11:43 +08:00
|
|
|
report.html
|
2016-05-27 11:48:08 +08:00
|
|
|
/lib
|
2017-05-27 11:13:52 +08:00
|
|
|
/es
|
2015-07-02 12:36:12 +08:00
|
|
|
elasticsearch-*
|
2016-03-23 18:52:27 +08:00
|
|
|
config/base.yaml
|
2016-10-13 16:19:16 +08:00
|
|
|
/.vscode/
|
2016-11-22 13:43:53 +08:00
|
|
|
/coverage
|
2016-12-31 20:24:24 +08:00
|
|
|
yarn.lock
|
2017-10-09 19:19:23 +08:00
|
|
|
package-lock.json
|
2017-01-09 11:34:06 +08:00
|
|
|
components/**/*.js
|
|
|
|
components/**/*.jsx
|
2019-04-07 19:39:04 +08:00
|
|
|
!components/**/__tests__/**/*.js
|
|
|
|
!components/**/__tests__/**/*.js.snap
|
2017-08-04 21:24:59 +08:00
|
|
|
/.history
|
2019-12-26 15:27:52 +08:00
|
|
|
*.tmp
|
|
|
|
|
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
|
2018-09-03 12:12:28 +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
|
|
|
|
site/theme/template/Layout/Footer.jsx
|
2020-02-27 10:53:30 +08:00
|
|
|
site/theme/template/Layout/Header/**/*.jsx
|
|
|
|
site/theme/template/Layout/SiteContext.jsx
|
|
|
|
site/theme/template/Content/Article.jsx
|
|
|
|
site/theme/template/Content/EditButton.jsx
|
|
|
|
site/theme/template/Resources/*.jsx
|
2020-03-04 22:35:18 +08:00
|
|
|
site/theme/template/Resources/**/*.jsx
|
2020-04-11 19:52:55 +08:00
|
|
|
site/theme/template/NotFound.jsx
|
2020-04-28 14:11:43 +08:00
|
|
|
scripts/previewEditor/index.html
|