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

85 lines
1001 B
Plaintext
Raw Normal View History

2015-06-11 23:05:30 +03:00
# Tags
.tags
.tags1
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
2015-01-29 20:06:17 +03:00
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
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
awx/ui/dist
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
2015-02-05 23:27:16 +03:00
/Brocfile.js
2014-07-15 17:41:17 +04:00
/bower.json
/package.json
node_modules/**
2015-02-04 17:38:54 +03:00
/tmp
2015-02-09 23:34:16 +03:00
npm-debug.log
2015-02-04 17:38:54 +03:00
# UI build debugging
/DEBUG-*
2014-07-15 17:41:17 +04:00
# Testing
.coverage
2014-07-15 17:41:17 +04:00
.tox
coverage.xml
2014-07-15 17:41:17 +04:00
htmlcov
pep8.txt
scratch
testem.log
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
# Virtualbox
ansible-tower-*-ova
ansible-tower-*.box
2014-09-25 01:29:56 +04:00
# Setup
setup.log
2015-04-20 23:28:36 +03:00
backup.log
restore.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
2015-04-20 23:28:36 +03:00
tower-backup-*
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