diff options
author | Joe Fiorini <joe@joefiorini.com> | 2015-02-27 17:21:32 +0100 |
---|---|---|
committer | Joe Fiorini <joe@joefiorini.com> | 2015-03-02 22:47:42 +0100 |
commit | f2b4590545a0b4db8984bb74f4427a715c4268cf (patch) | |
tree | e31fb034fe4406636e6ab742e4725ddf31c5afaf /.gitignore | |
parent | Remove stray console log (diff) | |
download | awx-f2b4590545a0b4db8984bb74f4427a715c4268cf.tar.xz awx-f2b4590545a0b4db8984bb74f4427a715c4268cf.zip |
Allow all static files to be loaded from dist
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 4981eb3afd..4a05bbd8fd 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,7 @@ awx/*.log tower/tower_warnings.log celerybeat-schedule awx/ui/static/docs -awx/ui/static/dist +awx/ui/dist # Python & setuptools __pycache__ |