FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angular/.prettierignore at main · angular/angular · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
angular
/
angular
Public
Notifications
You must be signed in to change notification settings
Fork
27.4k
Star
101k
Code
Issues
986
Pull requests
168
Discussions
Actions
Projects
Security and quality
32
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
angular
/
.prettierignore
Copy path
More file actions
More file actions
Latest commit
History
History
History
49 lines (37 loc) · 1.43 KB
Breadcrumbs
angular
/
.prettierignore
Copy path
File metadata and controls
49 lines (37 loc) · 1.43 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
pnpm-lock.yaml
#
Do not format d.ts files as they are generated
**
/
*
.d.ts
#
Both third_party and .yarn are directories containing copied code which should
#
not be modified.
third_party
/
**
/
*
.js
third_party
/
**
/
*
.css
third_party
/
**
/
*
.md
third_party
/
**
/
*
.json
#
Do not format the locale files which are checked-in for Google3, but generated using
#
the `generate-locales-tool` from `packages/common/locales`.
packages
/
core
/
src
/
i18n
/
locale_en.ts
packages
/
common
/
locales
/
closure-locale.ts
packages
/
common
/
src
/
i18n
/
currencies.ts
#
Test cases contain non valid code.
packages
/
compiler-cli
/
test
/
compliance
/
test_cases
/
**
/
*
.js
packages
/
compiler-cli
/
test
/
compliance
/
test_cases
/
**
/
*
.ts
#
Ignore generated javascript file(s)
.github
/
actions
/
deploy-docs-site
/
main.js
#
Ignore testing data files for language service
vscode-ng-language-service
/
syntaxes
/
test
/
data
/
*
.ts
vscode-ng-language-service
/
syntaxes
/
test
/
data
/
*
.html
#
Ignore goldens MD files
goldens
/
**
/
*
.api.md
#
Ignore golden symbol json files
packages
/
**
/
*
.golden_symbols.json
#
adev generated files
adev
/
src
/
content
/
aria
/
**
/
*
.json
adev
/
src
/
content
/
cli
/
**
/
*
.json
adev
/
src
/
content
/
cdk
/
**
/
*
.json
#
Example package.json containing docregion (`// #docregion`) markers, which are
#
not valid JSON and cannot be processed by Prettier's json-stringify parser.
adev
/
src
/
content
/
examples
/
schematics-for-libraries
/
projects
/
my-lib
/
package.json
#
Antigravity rules
.agent
/
rules
/
agents.md
CHANGELOG.md
CHANGELOG_ARCHIVE.md
Back
|
FazBrowse Home
|
New Git URL