-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.prettierignore
More file actions
39 lines (33 loc) · 1.03 KB
/
.prettierignore
File metadata and controls
39 lines (33 loc) · 1.03 KB
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
37
38
39
# Ignore 3rd party files
node_modules/
vendor/
# Ignore generated files
.docusaurus/
.angular/
build/
coverage/
dist/
tmp/
CHANGELOG.md
# 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
pnpm-lock.yaml
# pnpm using `pnpm config` is particular about the formatting of its workspace file
pnpm-workspace.yaml
# 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
packages/web-components-react/src/stencil-generated
packages/web-components-stencil/www/
# Ignore files in .changeset because they are temporary and frequently contributed by non-developers…
.changeset/*.md
# …but don't ignore .changeset/README.md
!.changeset/README.md
# Use `terraform fmt` to fix formatting issues in Terraform files
*.tf
*.hcl