-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Expand file tree
/
Copy path.prettierignore
More file actions
40 lines (33 loc) · 669 Bytes
/
Copy path.prettierignore
File metadata and controls
40 lines (33 loc) · 669 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
# Only scan Jenkins source areas, not arbitrary top-level work directories
/*/
!/.github/
!/.idea/
!/.mvn/
!/bom/
!/cli/
!/core/
!/coverage/
!/docs/
!/src/
!/test/
!/war/
!/websocket/
# generated / build files
.pnp.cjs
.pnp.loader.mjs
target/
work/
node/
.git
# libraries / external deps / generated files
src/main/js/plugin-setup-wizard/bootstrap-detached.js
war/src/main/webapp/jsbundles/
src/main/scss/_bootstrap.scss
# test files that we don't need formatted
test/src/test/resources
test/jmh-report.json
# doesn't work, see https://github.com/prettier/prettier/issues/5340
*.hbs
.yarn
# Incorrectly flagging forwarding slashes in regex
.github/renovate.json