Added dist and *.egg-info to .gitignore.
This commit is contained in:
parent
5f6f142a7a
commit
b6ac650bfd
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,7 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
__pycache__
|
__pycache__
|
||||||
|
dist
|
||||||
|
*.egg-info
|
||||||
migrations
|
migrations
|
||||||
*.mo
|
*.mo
|
||||||
.idea
|
.idea
|
||||||
|
Loading…
Reference in New Issue
Block a user