When I create folder named dist
and add anything to it github fails to see new additions.
git add .
reports that all is up do date.
any reason for that?
It's not recommended, but you can remove dist from the . gitignore if this doesn't work for your current setup, just make sure to run yarn build:production before committing changes. (edit:) This isn't a fool-proof solution, especially when working on a team.
You do not need to commit the dist folder. pip really just needs the repository to have a setup.py file along with the packages and/or modules you're installing. Save this answer.
Most probably you have adist
entry in your project's .gitignore
file.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With