mirror of
https://github.com/VisActor/VTable
synced 2024-11-21 17:40:10 +00:00
26 lines
828 B
Plaintext
26 lines
828 B
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 |