5 ms·
When I ran into this problem I simply added a post-checkout hook that deletes *.pyc files within the git root.
by julien_p 14y ago
When I ran into this problem I simply added a post-checkout hook that deletes *.pyc files within the git root.
- eli 14y agoSame here. Is there a downside to this approach that I'm missing?