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

64 lines
777 B
Plaintext
Raw Normal View History

2014-07-15 17:41:17 +04:00
# Tower
2013-06-23 21:21:02 +04:00
awx/settings/local_settings.py*
awx/*.sqlite3
awx/job_status
2013-06-23 21:21:02 +04:00
awx/projects
awx/job_output
2013-06-23 21:21:02 +04:00
awx/public/media
awx/public/static
awx/ui/static/js/awx.min.js
awx/ui/static/js/local_config.js
awx/ui/static/css/awx.min.css
awx/main/fixtures
2014-04-05 03:58:02 +04:00
awx/tower_warnings.log
2014-08-25 20:31:18 +04:00
tower/tower_warnings.log
2014-04-05 03:58:02 +04:00
celerybeat-schedule
awx/ui/static/docs
2014-07-15 17:41:17 +04:00
# Python & setuptools
__pycache__
build
2013-06-24 09:16:00 +04:00
deb-build
2013-06-15 12:10:11 +04:00
rpm-build
tar-build
2014-07-15 17:41:17 +04:00
/dist
*.egg-info
2013-03-13 23:15:35 +04:00
*.py[c,o]
2014-07-15 17:41:17 +04:00
# JavaScript
/Gruntfile.js
2014-07-15 17:41:17 +04:00
/bower.json
/package.json
node_modules/**
# Testing
.coverage
2014-07-15 17:41:17 +04:00
.tox
coverage.xml
2014-07-15 17:41:17 +04:00
htmlcov
pep8.txt
2014-07-15 17:41:17 +04:00
# Mac OS X
*.DS_Store
# Editors
*.swp
*~
# Vagrant
/Vagrantfile
tools/vagrant/local.yml
2013-05-23 12:58:44 +04:00
.vagrant*
2014-07-15 17:41:17 +04:00
2014-09-25 01:29:56 +04:00
# Setup
setup.log
2014-09-25 01:29:56 +04:00
setup/tower_setup_conf.yml
setup/setup.log
2014-10-30 22:28:33 +03:00
setup/inventory
2014-09-25 01:29:56 +04:00
2014-07-15 17:41:17 +04:00
# Other
2014-05-13 08:37:54 +04:00
.tower_cycle
2014-07-15 17:41:17 +04:00
env/*
nohup.out
reports