PCKG exclude dist/ and build/ from repository
This commit is contained in:
parent
916b09a84c
commit
1009cf8988
|
@ -12,3 +12,5 @@ temp
|
|||
# packaging and testing
|
||||
.tox/
|
||||
*.egg-info/
|
||||
build/
|
||||
dist/
|
||||
|
|
Loading…
Reference in New Issue