mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
b6ba138522
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.
36 lines
461 B
Plaintext
36 lines
461 B
Plaintext
awx/settings/local_settings.py*
|
|
awx/*.sqlite3
|
|
awx/job_status
|
|
awx/projects
|
|
awx/job_output
|
|
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/*
|
|
node_modules/**
|
|
build
|
|
deb-build
|
|
/dist
|
|
htmlcov
|
|
rpm-build
|
|
*.DS_Store
|
|
*.egg-info
|
|
*.py[c,o]
|
|
*.swp
|
|
.coverage
|
|
coverage.xml
|
|
pep8.txt
|
|
.vagrant*
|
|
.tox
|
|
.tower_cycle
|
|
nohup.out
|
|
reports
|
|
package.json
|
|
Vagrantfile
|
|
ansible.cfg
|
|
*~
|