summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJoe Fiorini <joe@joefiorini.com>2015-02-27 17:21:32 +0100
committerJoe Fiorini <joe@joefiorini.com>2015-03-02 22:47:42 +0100
commitf2b4590545a0b4db8984bb74f4427a715c4268cf (patch)
treee31fb034fe4406636e6ab742e4725ddf31c5afaf /.gitignore
parentRemove stray console log (diff)
downloadawx-f2b4590545a0b4db8984bb74f4427a715c4268cf.tar.xz
awx-f2b4590545a0b4db8984bb74f4427a715c4268cf.zip
Allow all static files to be loaded from dist
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
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__