Skip to content

Commit ae60250

Browse files
committed
chore(): ignore some file types
1 parent 1a8c692 commit ae60250

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

.prettierignore

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,28 @@ packages/minimal-repo/packages/application
1010
*.md
1111
*.mdx
1212
**/*.md
13-
**/*.mdx
13+
**/*.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

Comments
 (0)