-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Expand file tree
/
Copy path.prettierignore
More file actions
51 lines (44 loc) · 1.52 KB
/
.prettierignore
File metadata and controls
51 lines (44 loc) · 1.52 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
40
41
42
43
44
45
46
47
48
49
50
51
##
## Generated Files
##
#
# For the most part, these are artifacts of our installation and build
# processes and exist only as untracked files. A small number are committed
# to the repository, but as they are generated files the linter should not
# touch them.
#
*.soy.js
build/**
classes/**
css/clay/**
##
## Template Files
##
#
# These files define the copyright headers the linter should add to any file
# that does not have them. In order to produce the desired result when
# prepended, each must have a trailing blank line. Prettier would remove the
# blank line if we did not ignore it here.
#
/copyright.js
/dxp/copyright.js
##
## Sample Files
##
#
# These files are empty, apart from copyright headers, which means that we
# need to ignore them to prevent Prettier from stripping off the trailing
# blank line.
#
/apps/portal-portlet-bridge/portal-portlet-bridge-soy-impl/src/test/resources/com/liferay/portal/portlet/bridge/soy/internal/dependencies/**/*.js
/apps/fragment/fragment-demo-data-creator-impl/src/main/resources/com/liferay/fragment/demo/data/creator/internal/dependencies/**/*.js
/apps/fragment/fragment-test/src/testIntegration/resources/com/liferay/fragment/dependencies/**/*.js
##
## Third-Party
##
#
# These are generated third-party files, not intended for editing or
# inspection.
#
/apps/frontend-js/frontend-js-svg4everybody-web/src/main/resources/META-INF/resources/svg4everybody.js
/yarn-*.js