Update upload dir
This commit is contained in:
parent
867f94572d
commit
5d4ac46b67
2 changed files with 3 additions and 3 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -28,8 +28,8 @@ nulla-*.tar
|
||||||
# Ignore assets that are produced by build tools.
|
# Ignore assets that are produced by build tools.
|
||||||
/priv/static/assets/
|
/priv/static/assets/
|
||||||
|
|
||||||
# Ignore static files
|
# Ignore upload dir
|
||||||
/priv/static/files/
|
/priv/static/system/
|
||||||
|
|
||||||
# Ignore digested assets cache.
|
# Ignore digested assets cache.
|
||||||
/priv/static/cache_manifest.json
|
/priv/static/cache_manifest.json
|
||||||
|
|
|
@ -17,7 +17,7 @@ defmodule NullaWeb do
|
||||||
those modules here.
|
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
|
def router do
|
||||||
quote do
|
quote do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue