Exclude useless files from dist archive #103

Co-authored-by: Cédric Anne <cedric.anne@gmail.com>
This commit is contained in:
Your Name
2024-04-15 21:23:58 +01:00
parent ab93dd41ce
commit 086a3758ec
2 changed files with 14 additions and 15 deletions
+14
View File
@@ -0,0 +1,14 @@
/.github/ export-ignore
/demo/ export-ignore
/docs/ export-ignore
/tests/ export-ignore
/testsDependency/ export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.dist.php export-ignore
/logo.png export-ignore
/multifactorauthforeveryone.png export-ignore
/phpstan.neon export-ignore
/phpunit.xml export-ignore
/TwoFactorAuth.phpproj export-ignore
/TwoFactorAuth.sln export-ignore
-15
View File
@@ -61,20 +61,5 @@
"test": [
"XDEBUG_MODE=coverage phpunit"
]
},
"archive": {
"exclude": [
"/.github/",
"/demo/",
"/docs/",
"/tests/",
"/testsDependency/",
"/.gitignore",
"/logo.png",
"/multifactorauthforeveryone.png",
"/phpunit.xml",
"/TwoFactorAuth.phpproj",
"/TwoFactorAuth.sln"
]
}
}