odan / slim4-skeleton

A Slim 4 Skeleton
https://odan.github.io/slim4-skeleton/
MIT License
439 stars 80 forks source link

Exclude dev/unneeded files from dist prod zip archive #80

Closed pH-7 closed 2 years ago

pH-7 commented 2 years ago

A good idea is to exclude unneeded dev files from the final production zip archive file, which is also downloaded by composer (unless --prefer -source is specified).

Those files are only useful when working on the library itself.

If you are not familiar, further information about export-ignore can be found below:

Hope it helps 😊

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

odan commented 2 years ago

Thank you!