add dist/ to .gitignore
This commit is contained in:
parent
4cbc8dfd77
commit
420ca6346e
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@ __pycache__
|
||||||
*.swp
|
*.swp
|
||||||
*.egg-info
|
*.egg-info
|
||||||
src/
|
src/
|
||||||
|
dist/
|
||||||
|
|
Loading…
Reference in a new issue