Update Makefile so that ui-release does not get rebuilt over and over when troubleshooting build/release processes

This commit is contained in:
Graham Mainwaring
2016-09-28 12:38:37 -04:00
parent 17f70fbc21
commit f6c50cc63a
2 changed files with 21 additions and 14 deletions

3
.gitignore vendored
View File

@@ -51,8 +51,9 @@ __pycache__
/tmp
npm-debug.log
# UI build debugging
# UI build flag files
awx/ui/.deps_built
awx/ui/.release_built
# Testing
.cache