diff options
author | Joe Fiorini <joe@joefiorini.com> | 2015-07-20 17:56:02 +0200 |
---|---|---|
committer | Joe Fiorini <joe@joefiorini.com> | 2015-07-27 16:19:14 +0200 |
commit | b7c136aba7c5eb4ff1e8032f0b8a8d2ae1ba55a0 (patch) | |
tree | 1d8546fb0580d9fca92a4fecdb4c272254143f5f /.gitignore | |
parent | Build to awx/ui/static instead of dist (diff) | |
download | awx-b7c136aba7c5eb4ff1e8032f0b8a8d2ae1ba55a0.tar.xz awx-b7c136aba7c5eb4ff1e8032f0b8a8d2ae1ba55a0.zip |
Separate node test build from browser build
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index aca0152fb4..186a4eeb86 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ awx/*.log tower/tower_warnings.log celerybeat-schedule awx/ui/static +awx/ui/build_test # Python & setuptools __pycache__ |