mirror of https://github.com/docker/compose.git
Normalise ignore files
- Consistent order and contents (where possible) - Prepend .gitignore paths with slashes where appropriate Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
parent
0286d282f9
commit
b39e549c87
|
@ -1,5 +1,10 @@
|
||||||
|
*.egg-info
|
||||||
|
.coverage
|
||||||
.git
|
.git
|
||||||
|
.tox
|
||||||
build
|
build
|
||||||
dist
|
|
||||||
venv
|
|
||||||
coverage-html
|
coverage-html
|
||||||
|
dist
|
||||||
|
docker-compose.spec
|
||||||
|
docs/_site
|
||||||
|
venv
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
*.egg-info
|
*.egg-info
|
||||||
*.pyc
|
*.pyc
|
||||||
.tox
|
/.coverage
|
||||||
|
/.tox
|
||||||
/build
|
/build
|
||||||
|
/coverage-html
|
||||||
/dist
|
/dist
|
||||||
|
/docker-compose.spec
|
||||||
/docs/_site
|
/docs/_site
|
||||||
/venv
|
/venv
|
||||||
docker-compose.spec
|
|
||||||
coverage-html
|
|
||||||
|
|
Loading…
Reference in New Issue