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:
@@ -5,6 +5,8 @@
|
||||
# Ignore compiled Kompose files
|
||||
kompose
|
||||
bin
|
||||
docker-compose.yaml
|
||||
docker-compose.yml
|
||||
|
||||
#
|
||||
# GO SPECIFIC
|
||||
|
||||
Reference in New Issue
Block a user