We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8c692 commit ae60250Copy full SHA for ae60250
.prettierignore
@@ -10,4 +10,28 @@ packages/minimal-repo/packages/application
10
*.md
11
*.mdx
12
**/*.md
13
-**/*.mdx
+**/*.mdx
14
+
15
+# Additional file types that should be ignored
16
+*.mdc
17
+**/*.mdc
18
+.aiignore
19
+.gitignore
20
+.nvmrc
21
+.prettierignore
22
+*.gitkeep
23
+**/*.gitkeep
24
+*.swcrc
25
+**/*.swcrc
26
+*.tsbuildinfo
27
+**/*.tsbuildinfo
28
+*.png
29
+*.jpg
30
+*.jpeg
31
+*.gif
32
+*.svg
33
+**/*.png
34
+**/*.jpg
35
+**/*.jpeg
36
+**/*.gif
37
+**/*.svg
0 commit comments