You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.0 KiB
60 lines
1.0 KiB
*.iml
|
|
.idea/
|
|
.ipr
|
|
.iws
|
|
*~
|
|
~*
|
|
*.diff
|
|
*.patch
|
|
*.bak
|
|
.DS_Store
|
|
Thumbs.db
|
|
.project
|
|
.*proj
|
|
.svn/
|
|
*.swp
|
|
*.swo
|
|
*.log
|
|
*.log.*
|
|
*.json.gzip
|
|
node_modules/
|
|
.buildpath
|
|
.settings
|
|
npm-debug.log
|
|
nohup.out
|
|
_site
|
|
_data
|
|
dist
|
|
report.html
|
|
/lib
|
|
/es
|
|
elasticsearch-*
|
|
config/base.yaml
|
|
/.vscode/
|
|
/coverage
|
|
yarn.lock
|
|
package-lock.json
|
|
components/**/*.js
|
|
components/**/*.jsx
|
|
!components/**/__tests__/**/*.js
|
|
!components/**/__tests__/**/*.js.snap
|
|
/.history
|
|
*.tmp
|
|
|
|
# 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/Footer.jsx
|
|
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
|
|
site/theme/template/Resources/**/*.jsx
|
|
site/theme/template/NotFound.jsx
|
|
scripts/previewEditor/index.html
|
|
components/version/version.tsx
|
|
|