mirror of
https://github.com/VisActor/VChart
synced 2024-11-22 07:58:59 +00:00
38 lines
1.0 KiB
Plaintext
38 lines
1.0 KiB
Plaintext
# https://prettier.io/docs/en/ignore.html
|
|
#-------------------------------------------------------------------------------------------------------------------
|
|
# Keep this section in sync with .gitignore
|
|
#-------------------------------------------------------------------------------------------------------------------
|
|
|
|
👋 (copy + paste your .gitignore file contents here) 👋
|
|
|
|
#-------------------------------------------------------------------------------------------------------------------
|
|
# Prettier-specific overrides
|
|
#-------------------------------------------------------------------------------------------------------------------
|
|
|
|
# Rush files
|
|
common/changes/
|
|
common/scripts/
|
|
common/config/
|
|
CHANGELOG.*
|
|
|
|
# Package manager files
|
|
pnpm-lock.yaml
|
|
yarn.lock
|
|
package-lock.json
|
|
shrinkwrap.json
|
|
|
|
# Build outputs
|
|
dist
|
|
lib
|
|
**/vchart/index.js
|
|
**/*.min.js
|
|
vchart-types
|
|
packages/lark-vchart
|
|
packages/block-vchart
|
|
packages/vchart-types
|
|
tools/typescript-json-schema
|
|
packages/tt-vchart
|
|
packages/vchart-schema
|
|
packages/wx-vchart
|
|
|