-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.prettierignore
More file actions
49 lines (39 loc) · 889 Bytes
/
.prettierignore
File metadata and controls
49 lines (39 loc) · 889 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Ignore libs folder recursively
libs/
# Ignore node_modules
node_modules/
# Ignore other common folders that shouldn't be formatted
build/
coverage/
*.min.js
*.min.css
dist/
docs/docusaurus/docs/
docs/docusaurus/build/
docs/docusaurus/.docusaurus/
docs/packages/
docs/TSDoc/
docs/Guides/
# MD and MDX files since we use Remark Lint and other tools for those
**/*.md
**/*.mdx
# Ignore Change Logs
**/CHANGELOG.md
# Ignore package in electron-app
electron-app/package.json
electron-app/package-lock.json
# Ignore specific files
**/coverage-results.json
# Ignore prompts (Changed " to ' for tools messes up agents)
**/**.prompt.md
**/**.prompt-copy.md
**/**.prompt.**.md
**/**.chatmode.md
**/**.agent.md
# Ignore Sonar properties (not compatible with prettier-ini parser)
sonar-project.properties
# covered by remark lint / remark
.gitleaks.toml
.taplo.toml
cliff.toml
lychee.toml