Skip to content

Commit ab581a2

Browse files
committed
configure prettier ignore file
1 parent 61b5f93 commit ab581a2

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

ts-parser/.prettierignore

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@ node_modules/
33

44
# Build outputs
55
dist/
6-
build/
76

8-
# Test coverage
9-
coverage/
7+
# Test files and directories
8+
**/*.test.ts
9+
**/*.test.js
10+
**/*.spec.ts
11+
**/*.spec.js
12+
**/test/
13+
**/tests/
14+
test-repo/
1015

1116
# Logs
1217
*.log

0 commit comments

Comments
 (0)