Skip to content

Commit acbccd8

Browse files
committed
ci(config): Update preset and paths in peck.json
- Change preset from 'base' to 'laravel' - Add 'vendor/' and 'vendor-bin/' to ignore paths - These changes configure Peck to work better with Laravel projects
1 parent 4d2e801 commit acbccd8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

peck.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
2-
"preset": "base",
2+
"preset": "laravel",
33
"ignore": {
44
"words": [
55
"php"
66
],
7-
"paths": []
7+
"paths": [
8+
"vendor/",
9+
"vendor-bin/"
10+
]
811
}
912
}

0 commit comments

Comments
 (0)