Merge pull request #6288 from docker/update_dockerignore

Some additional exclusions in .gitignore / .dockerignore
This commit is contained in:
Joffrey F 2018-10-17 14:59:12 -07:00 committed by GitHub
commit de8717cd07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 9 deletions

View File

@ -1,11 +1,13 @@
*.egg-info
.coverage
.git
.github
.tox
build
binaries
coverage-html
docs/_site
venv
*venv
.tox
**/__pycache__
*.pyc

18
.gitignore vendored
View File

@ -1,16 +1,18 @@
*.egg-info
*.pyc
*.swo
*.swp
.cache
.coverage*
.DS_Store
.idea
/.tox
/binaries
/build
/compose/GITSHA
/coverage-html
/dist
/docs/_site
/venv
README.rst
compose/GITSHA
*.swo
*.swp
.DS_Store
.cache
.idea
/README.rst
/*venv