generated from nl-design-system/example
-
Notifications
You must be signed in to change notification settings - Fork 11
/
.prettierignore
36 lines (29 loc) · 921 Bytes
/
.prettierignore
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
30
31
32
33
34
35
36
# Ignore 3rd party files
node_modules/
vendor/
# Ignore generated files
build/
coverage/
dist/
tmp/
figma/
CHANGELOG.md
packages/*/src/generated/
proprietary/*/src/generated/
pnpm-lock.yaml
# The indentation of dependency JSON files should only be updated by `yarn` and
# `npm` commands, so dependency automation scripts (such as Dependabot and
# Snyk) automatically use the correct indentation.
package-lock.json
yarn.lock
# Ignore generated files from Stencil
components/components.d.ts
packages/web-components-stencil/loader
packages/web-components-react/src/react-component-lib/
packages/web-components-react/src/components.ts
# Ignore files managed by Figma Token Studio
figma/*.tokens.json
# Ignore changeset files, because they are temporary and frequently contributed by non-developers
.changeset/
# Ignore this config file, because apparently it considers `.markdown*` a Markdown file
.markdownlintignore