mirror of
https://github.com/pypiserver/pypiserver
synced 2024-11-09 16:45:51 +01:00
Merge pull request #59 from ankostis/feat/gitignore-pydev
Git-Ignore PyDev's (Eclipse) project files, along with *.egg
This commit is contained in:
commit
b28ecc4fb2
6
.gitignore
vendored
6
.gitignore
vendored
@ -17,11 +17,14 @@ ID
|
||||
__pycache__/
|
||||
/build/
|
||||
/dist/
|
||||
/*.egg
|
||||
/MANIFEST
|
||||
/README.html
|
||||
/pypi-server-standalone.py
|
||||
/.project
|
||||
/.pydevproject
|
||||
/.tox/
|
||||
/pypiserver.egg-info/
|
||||
/*.egg-info/
|
||||
/.standalone/
|
||||
/.coverage
|
||||
/htmlcov/
|
||||
@ -30,3 +33,4 @@ __pycache__/
|
||||
/develop-eggs/
|
||||
/eggs/
|
||||
/parts/
|
||||
/.settings/
|
||||
|
Loading…
Reference in New Issue
Block a user