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 3
3
4
4
# Exclude unused files
5
5
# 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 3
3
- package-ecosystem : composer
4
4
directory : " /"
5
5
schedule :
6
- interval : daily
6
+ interval : weekly
7
7
time : " 22:00"
8
8
open-pull-requests-limit : 10
Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ Thumbs.db
4
4
Desktop.ini
5
5
.directory
6
6
.DS_Store
7
- ._
7
+ ._ *
8
8
* .cache
9
+ * .crt
9
10
* .log
10
11
* .old
12
+ * .key
11
13
* .pem
12
14
* .tmp
13
15
* .zip
@@ -21,17 +23,17 @@ Desktop.ini
21
23
coveralls-upload.json
22
24
dist
23
25
node_modules
24
- storage /* .key
25
- tests /clover.xml
26
26
vendor
27
27
28
28
# Node.js lock files
29
+ .pnpm-store
29
30
package-lock.json
30
- yarn.lock
31
31
pnpm-lock.yaml
32
+ yarn.lock
32
33
33
34
# But Keep these
34
35
# --------------------------
35
36
! .env.example
37
+ ! .env. * .example
36
38
! .htaccess
37
39
! .gitkeep
You can’t perform that action at this time.
0 commit comments