mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +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
|
||||
.tox
|
||||
build
|
||||
dist
|
||||
venv
|
||||
coverage-html
|
||||
dist
|
||||
docker-compose.spec
|
||||
docs/_site
|
||||
venv
|
||||
|
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,9 +1,10 @@
|
||||
*.egg-info
|
||||
*.pyc
|
||||
.tox
|
||||
/.coverage
|
||||
/.tox
|
||||
/build
|
||||
/coverage-html
|
||||
/dist
|
||||
/docker-compose.spec
|
||||
/docs/_site
|
||||
/venv
|
||||
docker-compose.spec
|
||||
coverage-html
|
||||
|
Loading…
x
Reference in New Issue
Block a user