mirror of
https://github.com/docker/compose.git
synced 2025-07-22 21:24:38 +02:00
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
|
||||||
|
7
.gitignore
vendored
7
.gitignore
vendored
@ -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…
x
Reference in New Issue
Block a user