diff --git a/.dockerignore b/.dockerignore index 780b22f99f539c153bd49979e91fb0afef4b77e5..6e235fec173fc5aed7fe0def281f9cbf56270951 100644 --- a/.dockerignore +++ b/.dockerignore @@ -81,3 +81,6 @@ python config/engine.ini config/docker/engine.ini env.list + +# Socket +modules/liquidsoap/engine.sock \ No newline at end of file diff --git a/.gitignore b/.gitignore index 3daff4714575bc2e46715bee5cfa152fbbfb97b0..a6d94d5c17e4089a8ccc8a60404568320cfbef7a 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ configuration/systemd/dev/ env.list audio/source configuration/docker/engine.ini +modules/liquidsoap/engine.sock \ No newline at end of file