diff options
author | Jake McDermott <yo@jakemcdermott.me> | 2020-06-18 23:28:44 +0200 |
---|---|---|
committer | Jake McDermott <yo@jakemcdermott.me> | 2020-06-25 16:22:07 +0200 |
commit | 1df91eece1797bb843bf3d6629e2dd9f82a36005 (patch) | |
tree | a4781bcb89e26c14c6380a938df0959652d94ec8 /.gitignore | |
parent | Align prod and dev routing (diff) | |
download | awx-1df91eece1797bb843bf3d6629e2dd9f82a36005.tar.xz awx-1df91eece1797bb843bf3d6629e2dd9f82a36005.zip |
Add devel make targets for ui_next
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 37727320b1..2f3635eabe 100644 --- a/.gitignore +++ b/.gitignore @@ -30,7 +30,7 @@ awx/ui/templates/ui/index.html awx/ui/templates/ui/installing.html awx/ui_next/node_modules/ awx/ui_next/coverage/ -awx/ui_next/build/locales/_build +awx/ui_next/build rsyslog.pid /tower-license /tower-license/** |