forked from LaconicNetwork/kompose
Only ignore the docker-compose yaml file in the root directory
Woops! It was ignoring all of them in the directory. We should only be avoiding the root dir docker-compose files!
This commit is contained in:
parent
eead1cb8f7
commit
ce26a75d69
4
.gitignore
vendored
4
.gitignore
vendored
@ -5,8 +5,8 @@
|
|||||||
# Ignore compiled Kompose files
|
# Ignore compiled Kompose files
|
||||||
kompose
|
kompose
|
||||||
bin
|
bin
|
||||||
docker-compose.yaml
|
/docker-compose.yaml
|
||||||
docker-compose.yml
|
/docker-compose.yml
|
||||||
|
|
||||||
#
|
#
|
||||||
# GO SPECIFIC
|
# GO SPECIFIC
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user