-
Notifications
You must be signed in to change notification settings - Fork 1
/
.prettierignore
44 lines (43 loc) · 1.01 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
# === This file was Autogenerated by the CompactIgnore prettierignore Profile === #
# Prettier does not like HTML templates
templates/
# Exclude all git artifacts
.git
.github
.gitattributes
.gitignore
# Ignore incomplete files for installation
cleanFiles/
# Don't format documentation
docs/
readme.md
# Nothing to format in this location
installer/
# Save CPU cycles on ignoring auto-generated reports
reporting/
# Don't format powershell scripts
scripts/
# Ignore other build tools
.dockerignore
.eslintrc.json
go.mod
go.sum
config.yml
# Don't try formatting minified items
assets/css/dist
# Don't try formatting bundled items
assets/css/bundle
# Exclude Documentation for Development
DEV-docs/
# Exclude node_modules Globally
node_modules/
# Exclude depreciated blocks of code
depreciated/
# Exclude any go build or installer artifacts in root
*.exe
# Exclude any Installer and build binaries
binaries/
# Exclude main data file to avoid PII leakage
list.json
# Exclude userSettings file to avoid PII leakage
data/userSettings.json