File tree Expand file tree Collapse file tree 2 files changed +14
-15
lines changed Expand file tree Collapse file tree 2 files changed +14
-15
lines changed Original file line number Diff line number Diff line change
1
+ /.github / export-ignore
2
+ /demo / export-ignore
3
+ /docs / export-ignore
4
+ /tests / export-ignore
5
+ /testsDependency / export-ignore
6
+ /.gitattributes export-ignore
7
+ /.gitignore export-ignore
8
+ /.php-cs-fixer.dist.php export-ignore
9
+ /logo.png export-ignore
10
+ /multifactorauthforeveryone.png export-ignore
11
+ /phpstan.neon export-ignore
12
+ /phpunit.xml export-ignore
13
+ /TwoFactorAuth.phpproj export-ignore
14
+ /TwoFactorAuth.sln export-ignore
Original file line number Diff line number Diff line change 61
61
"test" : [
62
62
" XDEBUG_MODE=coverage phpunit"
63
63
]
64
- },
65
- "archive" : {
66
- "exclude" : [
67
- " /.github/" ,
68
- " /demo/" ,
69
- " /docs/" ,
70
- " /tests/" ,
71
- " /testsDependency/" ,
72
- " /.gitignore" ,
73
- " /logo.png" ,
74
- " /multifactorauthforeveryone.png" ,
75
- " /phpunit.xml" ,
76
- " /TwoFactorAuth.phpproj" ,
77
- " /TwoFactorAuth.sln"
78
- ]
79
64
}
80
65
}
You can’t perform that action at this time.
0 commit comments