diff --git a/.gitignore b/.gitignore index e69de29..a1cf0fb 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,6 @@ +# Ignore all files +** + +# Allow docker-compose.yml +!**/docker-compose.yml +!/* \ No newline at end of file