mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Some additional exclusions in .gitignore / .dockerignore
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
956434504c
commit
ca8ab06571
@ -1,11 +1,13 @@
|
||||
*.egg-info
|
||||
.coverage
|
||||
.git
|
||||
.github
|
||||
.tox
|
||||
build
|
||||
binaries
|
||||
coverage-html
|
||||
docs/_site
|
||||
venv
|
||||
*venv
|
||||
.tox
|
||||
**/__pycache__
|
||||
*.pyc
|
||||
|
18
.gitignore
vendored
18
.gitignore
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user