diff --git a/.dockerignore b/.dockerignore index c70784e..287fb47 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,4 @@ log/ build/ -install/ \ No newline at end of file +install/ +.cache \ No newline at end of file diff --git a/.gitignore b/.gitignore index 29cad58..03df00c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ build/ install/ -log/ \ No newline at end of file +log/ +.cache \ No newline at end of file