mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
0a18e5ba41
* chore: improve publish process by skipping test command (#48230) * chore: speed up publishing * chore: check runs * chore: check runs * chore: check runs * chore: check runs * chore: check runs * chore: check runs * chore: check runs * chore: check runs * chore: check runs * chore: check runs * chore: check runs * chore: skip test * fix: types * revert demo change * fix: script * chore: fix duplicate parts * chore: fix duplicate parts * chore: fix duplicate parts * improve code * use latest.hash chore: download build artifacts from remote chore: skip build when publish chore: improve cli log chore: fix something chore: fix something chore: fix something chore: fix something chore: fix something chore: fix upload-build-artifacts chore: fix needs chore: fix needs * chore: check map files * chore: check package diff before publish * chore Please use `npm publish` instead * chore: sort-package-json * chore: fix needs * chore: import download process * fix types * fix types * chore: update scripts * chore: codesandbox ci * fix token:statistic * fix token:statistic * fix ci * fix ci * chore: codesandbox ci * fix ci * chore: only upload when push to master
76 lines
1007 B
Plaintext
76 lines
1007 B
Plaintext
*.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
|
|
/locale
|
|
elasticsearch-*
|
|
config/base.yaml
|
|
/.vscode/
|
|
/coverage
|
|
yarn.lock
|
|
package-lock.json
|
|
pnpm-lock.yaml
|
|
bun.lockb
|
|
.pnpm-debug.log
|
|
components/**/*.js
|
|
components/**/*.jsx
|
|
!components/**/__tests__/**/*.js
|
|
!components/**/__tests__/**/*.js.snap
|
|
/.history
|
|
*.tmp
|
|
artifacts.zip
|
|
server/
|
|
|
|
# Docs templates
|
|
scripts/previewEditor/index.html
|
|
components/version/version.ts
|
|
components/version/version.tsx
|
|
components/version/token.json
|
|
components/version/token-meta.json
|
|
.dumi/tmp
|
|
.dumi/tmp-test
|
|
.dumi/tmp-production
|
|
.dumi/preset/components-changelog*
|
|
.dumi/preset/misc-changelog.json
|
|
|
|
# Image snapshot diff
|
|
__diff_output__/
|
|
__image_snapshots__/
|
|
/jest-stare
|
|
/imageSnapshots*
|
|
/imageDiffSnapshots
|
|
/visualRegressionReport*
|
|
|
|
.devcontainer*
|
|
.husky/prepare-commit-msg
|
|
|
|
.eslintcache
|
|
.node-version
|
|
.node
|