Skip to content

Commit 25ed9e4

Browse files
committed
Adapt ignore file
1 parent 2270b38 commit 25ed9e4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.prettierignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
**/*
22
!**/*/
33

4-
**/target/*
5-
.vendor
4+
**/target/
5+
node_modules/
6+
.vendor/
67

78
!*.json
89
!*.yml

0 commit comments

Comments
 (0)