forked from nodejs/nodejs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.prettierignore
More file actions
47 lines (36 loc) · 706 Bytes
/
.prettierignore
File metadata and controls
47 lines (36 loc) · 706 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
40
41
42
43
44
45
46
47
# Commonly ignored Node.js files
node_modules
# npm Compatibility
# https://github.com/nodejs/nodejs.org/discussions/5334#discussioncomment-12827850
npm-debug.log
.npm
package-lock.json
# Next.js Build Output
.next
build
# Test Runner
junit.xml
lcov.info
# Storybook
storybook-static
build-storybook.log
.nyc_output
# Vercel Files
.vercel
.turbo
cache
# Cache Files
.eslintmdcache
.stylelintcache
.prettiercache
# TypeScript
tsconfig.tsbuildinfo
# Metadata Files
CODEOWNERS
# Public Folders
apps/site/public
# Distributed Files
dist
# Prettier's Handlebar parser is limited and chokes on some syntax features
# https://github.com/prettier/prettier/issues/11834
scripts/release-post/template.hbs