mirror of
https://github.com/ansible/awx.git
synced 2026-03-15 07:57:29 -02:30
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.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -7,6 +7,7 @@ awx/public/media
|
|||||||
awx/public/static
|
awx/public/static
|
||||||
awx/ui/static/js/awx.min.js
|
awx/ui/static/js/awx.min.js
|
||||||
awx/ui/static/css/awx.min.css
|
awx/ui/static/css/awx.min.css
|
||||||
|
awx/main/fixtures
|
||||||
awx/tower_warnings.log
|
awx/tower_warnings.log
|
||||||
celerybeat-schedule
|
celerybeat-schedule
|
||||||
env/*
|
env/*
|
||||||
@@ -29,4 +30,6 @@ pep8.txt
|
|||||||
nohup.out
|
nohup.out
|
||||||
reports
|
reports
|
||||||
package.json
|
package.json
|
||||||
|
Vagrantfile
|
||||||
|
ansible.cfg
|
||||||
*~
|
*~
|
||||||
|
|||||||
Reference in New Issue
Block a user