chore: update .gitignore to ignore all 'dist*' build artifacts instead of just 'dist/'.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -5,7 +5,7 @@ __pycache__/
|
|||||||
|
|
||||||
# Distribution / Build
|
# Distribution / Build
|
||||||
build/
|
build/
|
||||||
dist/
|
dist*
|
||||||
# *.spec # Keep spec file for reproducible builds
|
# *.spec # Keep spec file for reproducible builds
|
||||||
|
|
||||||
# IDE / Editors
|
# IDE / Editors
|
||||||
|
|||||||
Reference in New Issue
Block a user