Post
@tvbeek I’m curious if this works for projects packaged with `git archive`.
@ramsey Interesting question, I personal never have used a git archive.
If I read it correctly it creates an archive from your repository, but maybe I'm wrong.
The current finders doesn't work with an archive ( see: https://gitlab.com/tjvb/githash#different-hashfinders )
And I'm thinking, how do you run a project that is inside an archive 🤔 but if possible it can be interesting to add support for it.
@tvbeek When you download zip files from GitHub (which is what Composer defaults to unless using --prefer-source), those zip files are created using `git archive`. That command is what uses the `.gitattributes` file to ignore files from the distribution.