forked from LaconicNetwork/kompose
Ignore Docker Compose files in the root directory
When developing Kompose, it's common to have the Docker Compose file in the root directory. Adding it to gitignore ignores it for any changes that could be committed / pushed by accident.
This commit is contained in:
parent
99f70109b7
commit
41976a3bf2
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,6 +5,8 @@
|
||||
# Ignore compiled Kompose files
|
||||
kompose
|
||||
bin
|
||||
docker-compose.yaml
|
||||
docker-compose.yml
|
||||
|
||||
#
|
||||
# GO SPECIFIC
|
||||
|
||||
Loading…
Reference in New Issue
Block a user