diff --git a/.dockerignore b/.dockerignore index 890449a..71003ae 100644 --- a/.dockerignore +++ b/.dockerignore @@ -25,4 +25,5 @@ node_modules # Local files /tmp -/.local \ No newline at end of file +/.local +/priv/cache \ No newline at end of file diff --git a/.gitignore b/.gitignore index 285031a..dcfd5e6 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ npm-debug.log # Ignore local files /tmp /.local +/priv/cache # TODO: remove this once we start serving og images dynamically /priv/static/images/og \ No newline at end of file