-
Notifications
You must be signed in to change notification settings - Fork 1
/
.prettierignore
84 lines (63 loc) · 1.31 KB
/
.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Build files
**/dist
**/build
**/.build
packages/**/types/*
packages/**/esm/*
packages/**/cjs/*
packages/**/umd/*
static/assets/icons/react
**/cache
# Ignoring html files because Prettier prefers closing slash on the end of the tag
# @See: https://github.com/lmc-eu/spirit-design-system/pull/77/files#r764183332
**/*.html
# Ignoring js files because they are already formatted by ESLint (which is using Prettier plugin)
**/*.js
# Code coverage
**/coverage
**/coverage/**
**/.coverage
**/.coverage/**
# Handlebars partials are not supported by Prettier
packages/**/*.hbs
*.hbs
# PHP files
**/vendor
**/vendor/**
*.php
# Twig files
*.twig
# Narwal NX files (cache etc.)
.nx
/.nx/cache
# Ignore codemods test outputs, because we compare them with generated code which we cannot format
packages/codemods/src/transforms/**/*.output.tsx
# Yarn Modern
# @see: https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
.yarn/plugins
.yarn/releases
.yarn/*.gz
# Lock Files
*.lock
# Makefiles
Makefile
makefile
# Images
*.png
# Ignore File
.*ignore
# Husky.js Files
.husky/*
# Shell Scripts
*.sh
# Favicon
*.ico
# GitHub
CODEOWNERS
# Unformatted fixtures
**/{fixtures}/**/unformatted*
**/__fixtures__/unformatted*
# tokens exporter generated cjs
exporters/tokens/generated/**/*.cjs
# exporter proprietary files
*.pr