forked from brave/brave-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.prettierignore
83 lines (74 loc) · 1.23 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Ignored files identified within .gitignore:
/vendor/*
/components/brave_new_tab_ui/data/LICENSE
/components/brave_webtorrent/extension/out/
/components/brave_rewards/resources/extension/brave_rewards/out/
/components/third_party/adblock/LICENSE
/components/third_party/local_data/LICENSE
/dist/
/out/
node_modules/
/third_party/
.vs/
.vscode/
.npmrc
.env
cmake-build-debug/
coverage/
/build/rustup/
venv/
.storybook-out
# Ignore version control files
**/.git
**/.svn
**/.hg
# Ignore node_modules
**/node_modules
# Ignore HTML Files - incompatable with presubmit rules
*.html
# Ignore non-component top level folders (remove to opt-in):
/android
/app
/base
/brave_domains
/browser
/build
/chromium_src
/common
/content
/coverage
/docs
/extensions
/fuzzers
/installer
/ios
/mojo
/mojo/brave_ast_patcher
/net
/node_modules
/patches
/renderer
/resources
/sandbox
/script
/services
/test
/third_party
/tools
/ui
/utility
/v8
/vector_icons
/vendor
/win_build_output
# Ignore github .yml files:
.github/**/*.yml
# Ignored markdown files:
.github/PULL_REQUEST_TEMPLATE.md
CONTRIBUTING.md
README.md
# Ignored top-level files:
.clang-tidy
chromium_presubmit_config.json5
# Ignored minified javascript
components/brave_wallet/resources/solana_web3_script.js