-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.prettierignore
More file actions
39 lines (33 loc) · 752 Bytes
/
.prettierignore
File metadata and controls
39 lines (33 loc) · 752 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
30
31
32
33
34
35
36
37
38
39
# This file specifies which files and directories should be ignored by Prettier.
# It helps prevent formatting of generated files, dependencies, and artifacts.
#
# Reference: https://prettier.io/docs/en/ignore.html
# Ignore compilation results and build artifacts
dist/
build/
out/
package-lock.json
yarn.lock
pnpm-lock.yaml
# Ignore external libraries and modules
node_modules/
vendor/
# Ignore test coverage reports
coverage/
.coverage
.nyc_output/
# Ignore VCS-specific files
.git/
.svn/
.hg/
# Ignore files that shouldn't be formatted to maintain their original style
CHANGELOG.md
LICENSE
CODE_OF_CONDUCT.md
.github/
# Minified files and project-specific ignores
*.min.js
*.min.css
**/output.css
.eslintcache
.stylelintcache!/.prettierignore