-
Notifications
You must be signed in to change notification settings - Fork 466
Expand file tree
/
Copy path.prettierignore
More file actions
29 lines (23 loc) · 944 Bytes
/
.prettierignore
File metadata and controls
29 lines (23 loc) · 944 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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
# Skill templates (contain placeholder syntax that formatters break)
skills/vtable-development-assistant/template/