Added the build directory to .gitignore.
This commit is contained in:
parent
d09255432d
commit
72b9555e29
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
__pycache__
|
__pycache__
|
||||||
dist
|
dist
|
||||||
|
build
|
||||||
*.egg-info
|
*.egg-info
|
||||||
migrations
|
migrations
|
||||||
*.mo
|
*.mo
|
||||||
|
Loading…
Reference in New Issue
Block a user