mirror of
https://github.com/correl/turntable.git
synced 2024-11-23 11:09:56 +00:00
Update .gitignore
This commit is contained in:
parent
111f48dd35
commit
f57784fd92
1 changed files with 6 additions and 5 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -1,9 +1,10 @@
|
|||
*.egg
|
||||
*.egg-info
|
||||
*.log
|
||||
*.py[cod]
|
||||
.DS_Store
|
||||
.idea
|
||||
*.log
|
||||
tmp/
|
||||
|
||||
*.py[cod]
|
||||
*.egg
|
||||
build
|
||||
dist
|
||||
htmlcov
|
||||
tmp/
|
||||
|
|
Loading…
Reference in a new issue