5d9e1f1 gitignore: ignore dist directories for all of our packages

Authored and Committed by frostyx 2 years ago
1 file changed. 1 lines added. 1 lines removed.
    gitignore: ignore dist directories for all of our packages
    
    The `cli/dist/`, `python/dist/`, etc are created by
    
        python3 setup.py sdist
    
    that is run as a part of our release process.
    
        
  • Zuul
    success
    Jobs result is success
    2 years ago
file modified
+1 -1