forked from Sage-Bionetworks/SynapseWebClient
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.prettierignore
55 lines (44 loc) · 1.09 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
## Prettier-specific
# Ignore all CSS files (source files are scss)
*.css
# SVG files don't need to be human-readable
*.svg
*.png
*.properties
# These artifacts were generated and/or pre-minified and then checked in
src/main/webapp/css/**/*
src/main/webapp/js/**/*
src/main/webapp/pdf.js/**/*
src/main/webapp/research/**/*
# Other checked-in files that can/should not be formatted.
yarn.lock
.prettierignore
.gitignore
.git-blame-ignore-revs
## Copied from .gitignore
target
.maven
/.classpath
/.project
/.settings
/.gwt
gwt-unitCache/
war/
.DS_Store
extras/
/.externalToolBuilders/
/.sass-cache/
.idea/*
# We use a maven plugin to download node and required modules.
# Since these are retrieved at build-time, no need to commit.
node/*
node_modules/*
# We copy these files to the webapp folder to serve this folder in Eclipse (dev builds only)
# We don't want to commit them because they are compiled or retrieved at build-time
src/main/webapp/generated/*
src/main/webapp/fonts/*
# If using jenv for JDK management
/.java-version
# Ignore e2e mock data files and scripts
/e2e/data/*.csv
/e2e_workflow/*.sh