diff options
author | Shane McDonald <me@shanemcd.com> | 2021-01-25 18:25:37 +0100 |
---|---|---|
committer | Shane McDonald <me@shanemcd.com> | 2021-01-26 00:03:17 +0100 |
commit | 7c8bd471980d26083d4c4e11067bb53730175496 (patch) | |
tree | 10e7e20a5e9c3ecbef18a452606fa01657dc18fc /.gitignore | |
parent | Merge pull request #9149 from vladdoster/patch-1 (diff) | |
download | awx-7c8bd471980d26083d4c4e11067bb53730175496.tar.xz awx-7c8bd471980d26083d4c4e11067bb53730175496.zip |
Minikube-based development environment
Works in conjunction with https://github.com/ansible/awx-operator/pull/71
See docs/development/minikube.md
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 54c57c36fe..b0d0e0bcfa 100644 --- a/.gitignore +++ b/.gitignore @@ -149,3 +149,6 @@ use_dev_supervisor.txt /tools/docker-compose/overrides/ /awx/ui_next/.ui-built /Dockerfile +/_build/ +/_build_kube_dev/ +/Dockerfile.kube-dev |