diff --git a/.gitignore b/.gitignore index 43182ba..ad243a8 100644 --- a/.gitignore +++ b/.gitignore @@ -28,8 +28,8 @@ nulla-*.tar # Ignore assets that are produced by build tools. /priv/static/assets/ -# Ignore static files -/priv/static/files/ +# Ignore upload dir +/priv/static/system/ # Ignore digested assets cache. /priv/static/cache_manifest.json diff --git a/lib/nulla_web.ex b/lib/nulla_web.ex index 9feaa88..0c0b0cb 100644 --- a/lib/nulla_web.ex +++ b/lib/nulla_web.ex @@ -17,7 +17,7 @@ defmodule NullaWeb do those modules here. """ - def static_paths, do: ~w(assets files fonts images favicon.ico robots.txt) + def static_paths, do: ~w(assets system fonts images favicon.ico robots.txt) def router do quote do