This project is for 'fez', raku's cool new shiny dist uploader & manager. If you're a module author you should definitely be using this sweet thang. ;;;;;;;;;;;;;; This project and the underlying infrastructure is supported out of my own pocket and through donations. If you'd like to donate please check here: https://www.patreon.com/oynot
Artistic License 2.0
20
stars
12
forks
source link
A ignore-list outside `.gitignore` is probably needed #114
Checking out this, there are many files that are not in .gitignore because we do want to use them in the repo, but not in any way or form for the distributed tarfile. A quick hack might be to create a script that adds them to .gitignore when, say, we tag the distribution and then we're ready to upload and then delete them. But that's a hack, and a functional solution would be to have a .fezignore file that complements, or substitutes, .gitignore to decide what not to include in the distribution.
Checking out this, there are many files that are not in
.gitignore
because we do want to use them in the repo, but not in any way or form for the distributed tarfile. A quick hack might be to create a script that adds them to.gitignore
when, say, we tag the distribution and then we're ready to upload and then delete them. But that's a hack, and a functional solution would be to have a.fezignore
file that complements, or substitutes,.gitignore
to decide what not to include in the distribution.