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

54 lines
612 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/css/awx.min.css
awx/main/fixtures
2014-04-05 03:58:02 +04:00
awx/tower_warnings.log
celerybeat-schedule
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
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
/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
# Other
2014-05-13 08:37:54 +04:00
.tower_cycle
2014-07-15 17:41:17 +04:00
env/*
nohup.out
reports