From b6ba1385220048a48fe84bc851b520bd8bc46dc0 Mon Sep 17 00:00:00 2001 From: Luke Sneeringer Date: Tue, 10 Jun 2014 13:42:19 -0500 Subject: [PATCH] Add items to .gitignore. This commit adds three files to .gitignore, to support local development using Vagrant VMs. Regarding `awx/main/fixtures`: This is to allow for a dev's primary user to be in a fixture, so it's easily loaded. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 981bf70e2e..bc8c451f61 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ awx/public/media awx/public/static awx/ui/static/js/awx.min.js awx/ui/static/css/awx.min.css +awx/main/fixtures awx/tower_warnings.log celerybeat-schedule env/* @@ -29,4 +30,6 @@ pep8.txt nohup.out reports package.json +Vagrantfile +ansible.cfg *~