-
-
Notifications
You must be signed in to change notification settings - Fork 228
Expand file tree
/
Copy path.prettierignore
More file actions
27 lines (23 loc) · 651 Bytes
/
.prettierignore
File metadata and controls
27 lines (23 loc) · 651 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
# List files or directories below to ignore them when running prettier
# More information: https://prettier.io/docs/en/ignore.html
#
# Folders to exclude
.localdevserver/
.settings/
.sf/
.sfdx/
.vscode/
temp/
test-coverage/
# NPM
node_modules/
package-lock.json
yarn.lock
# Files to exclude
*.log
*.xml
# Prism JS
# The CSS for Prism has specifically been modified for Nebula Logger (a bit), so it's NOT ignored.
# nebula-logger/core/main/log-management/staticresources/LoggerResources/prism.css
# The minified JS is taken as-is, so no need for prettier to format it.
nebula-logger/core/main/log-management/staticresources/LoggerResources/prism.js