forked from microsoft/fluentui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.prettierignore
47 lines (42 loc) · 900 Bytes
/
.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
# generated or imported files
package-deps.json
CHANGELOG.*
# generated version files (@fluentui/react v8 specific)
packages/**/version.ts
apps/**/version.ts
*.api.md
api-report.md
*.scss.ts
_*.scss
yarn.lock
# generated folders
node_modules
# looks like prettier doesn't process this file as advertised
**/lib/**
!tools/**/lib/**
lib-amd
lib-esm
lib-commonjs
dist
temp
common/changes
common/scripts
coverage
etc
change
__snapshots__
.yarn/
# package specific files
apps/vr-tests/dndSim.js
packages/monaco-editor/esm
packages/font-icons-mdl2/**/fabric-icons-*
packages/fluentui/**/componentInfo
packages/fluentui/docs/src/behaviorMenu.json
packages/fluentui/docs/src/exampleMenus
packages/fluentui/docs/src/exampleSources
packages/fluentui/ability-attributes/src/schema.ts
# template files which actually follow a different language's formatting
*.hbs
CODEOWNERS
/.nx/cache
/.nx/workspace-data