diff options
author | Chris Church <chris@ninemoreminutes.com> | 2013-05-23 09:22:16 +0200 |
---|---|---|
committer | Chris Church <chris@ninemoreminutes.com> | 2013-05-23 09:22:26 +0200 |
commit | 1ef11155dab488efc602d79f9939821570a5a77a (patch) | |
tree | ab63730dbb32e15ab35d9a35124fcbf74a607e16 /.gitignore | |
parent | Hello User link now uses /api/v1/me to link to /users/N (diff) | |
download | awx-1ef11155dab488efc602d79f9939821570a5a77a.tar.xz awx-1ef11155dab488efc602d79f9939821570a5a77a.zip |
Added new set of playbooks for deploying to a single-server configuration, including Vagrant configuration for testing.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6c284453ea..8b9c511231 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,5 @@ htmlcov .coverage coverage.xml pep8.txt +.vagrant |