1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 09:25:10 +03:00
awx/.gitignore

87 lines
1.0 KiB
Plaintext

# Tags
.tags
.tags1
# Tower
awx/settings/local_settings.py*
awx/*.sqlite3
awx/job_status
awx/projects
awx/job_output
awx/public/media
awx/public/static
awx/ui/tests/test-results.xml
awx/ui/static/js/awx.min.js
awx/ui/static/js/local_config.js
awx/ui/static/css/awx.min.css
awx/main/fixtures
awx/*.log
tower/tower_warnings.log
celerybeat-schedule
awx/ui/static/docs
awx/ui/dist
# Python & setuptools
__pycache__
build
deb-build
rpm-build
tar-build
/dist
*.egg-info
*.py[c,o]
# JavaScript
/Gruntfile.js
/Brocfile.js
/bower.json
/package.json
node_modules/**
/tmp
npm-debug.log
# UI build debugging
/DEBUG-*
# Testing
.coverage
.tox
coverage.xml
htmlcov
pep8.txt
# Mac OS X
*.DS_Store
# Editors
*.swp
*~
# Vagrant
/Vagrantfile
tools/vagrant/local.yml
.vagrant*
# Virtualbox
ansible-tower-*-ova
ansible-tower-*.box
# Setup
setup.log
backup.log
restore.log
setup/tower_setup_conf.yml
setup/setup.log
setup/inventory
tower-backup-*
# Other
.tower_cycle
env/*
nohup.out
reports
# AWX python libs populated by requirements.txt
awx/lib/site-packages