File tree Expand file tree Collapse file tree 3 files changed +27
-15
lines changed
Expand file tree Collapse file tree 3 files changed +27
-15
lines changed Original file line number Diff line number Diff line change 33
44# Exclude unused files
55# see: https://redd.it/2jzp6k
6- # .codeclimate.yml export-ignore
7- # .editorconfig export-ignore
8- # .gitattributes export-ignore
9- # .gitignore export-ignore
10- # .github export-ignore
11- CHANGELOG.md export-ignore
12- # README.md export-ignore
13- composer.lock export-ignore
14- # package.json export-ignore
15- # tests export-ignore
6+ # .codeclimate.yml export-ignore
7+ # .coveralls.yml export-ignore
8+ # .editorconfig export-ignore
9+ # .gitattributes export-ignore
10+ # .gitignore export-ignore
11+ # .github export-ignore
12+ .github /README.md export-ignore
13+ # .vscode export-ignore
14+ CHANGELOG.md export-ignore
15+ composer.lock export-ignore
16+ # phpunit.* export-ignore
17+ # docs export-ignore
18+ # jsconfig.json export-ignore
19+ # package.json export-ignore
20+ # tailwind.config.* export-ignore
21+ # tests export-ignore
22+ # tsconfig.json export-ignore
23+ # vite.config.* export-ignore
24+ # webpack.mix.* export-ignore
25+ # windi.config.* export-ignore
Original file line number Diff line number Diff line change 33- package-ecosystem : composer
44 directory : " /"
55 schedule :
6- interval : daily
6+ interval : weekly
77 time : " 22:00"
88 open-pull-requests-limit : 10
Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ Thumbs.db
44Desktop.ini
55.directory
66.DS_Store
7- ._
7+ ._ *
88* .cache
9+ * .crt
910* .log
1011* .old
12+ * .key
1113* .pem
1214* .tmp
1315* .zip
@@ -21,17 +23,17 @@ Desktop.ini
2123coveralls-upload.json
2224dist
2325node_modules
24- storage /* .key
25- tests /clover.xml
2626vendor
2727
2828# Node.js lock files
29+ .pnpm-store
2930package-lock.json
30- yarn.lock
3131pnpm-lock.yaml
32+ yarn.lock
3233
3334# But Keep these
3435# --------------------------
3536! .env.example
37+ ! .env. * .example
3638! .htaccess
3739! .gitkeep
You can’t perform that action at this time.
0 commit comments