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:
Charlie Drage 2017-03-27 11:17:48 -04:00
parent 99f70109b7
commit 41976a3bf2

2
.gitignore vendored
View File

@ -5,6 +5,8 @@
# Ignore compiled Kompose files
kompose
bin
docker-compose.yaml
docker-compose.yml
#
# GO SPECIFIC