diff options
author | Matthew Jones <mat@matburt.net> | 2015-09-09 23:16:35 +0200 |
---|---|---|
committer | Matthew Jones <mat@matburt.net> | 2015-09-09 23:17:48 +0200 |
commit | 940910b9a3b6876ac23d79e71ab8951248e8fe31 (patch) | |
tree | 4d7126af9bbc55bc8722d0a3815a8aa6122e7197 /.gitignore | |
parent | Merge pull request #408 from wenottingham/release_2.3 (diff) | |
download | awx-940910b9a3b6876ac23d79e71ab8951248e8fe31.tar.xz awx-940910b9a3b6876ac23d79e71ab8951248e8fe31.zip |
Adding docker-compose development workflow
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f86a281884..74a3bd3bda 100644 --- a/.gitignore +++ b/.gitignore @@ -83,5 +83,6 @@ nohup.out reports # AWX python libs populated by requirements.txt +awx/lib/.deps_built awx/lib/site-packages |