diff options
author | Joe Fiorini <joe@joefiorini.com> | 2015-07-20 17:33:09 +0200 |
---|---|---|
committer | Joe Fiorini <joe@joefiorini.com> | 2015-07-27 16:19:14 +0200 |
commit | 811d0b140344b9418c3a708fd04f92583cd1f0f2 (patch) | |
tree | b07cca69fcee53da1cfa04ca39c5e245eec14b72 /.gitignore | |
parent | Move code to awx/ui/client (diff) | |
download | awx-811d0b140344b9418c3a708fd04f92583cd1f0f2.tar.xz awx-811d0b140344b9418c3a708fd04f92583cd1f0f2.zip |
Build to awx/ui/static instead of dist
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 6efedbb024..aca0152fb4 100644 --- a/.gitignore +++ b/.gitignore @@ -18,8 +18,7 @@ awx/main/fixtures awx/*.log tower/tower_warnings.log celerybeat-schedule -awx/ui/static/docs -awx/ui/dist +awx/ui/static # Python & setuptools __pycache__ |