1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
awx/.gitignore
Chris Houseknecht d872aa1985 local_config.js
Look for local_config.js. If not found, load config.js. Set debug_mode to true and make other config changes locally without affecting production builds.
2014-07-25 10:25:37 -04:00

55 lines
645 B
Plaintext

# Tower
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/js/local_config.js
awx/ui/static/css/awx.min.css
awx/main/fixtures
awx/tower_warnings.log
celerybeat-schedule
# Python & setuptools
__pycache__
build
deb-build
rpm-build
/dist
*.egg-info
*.py[c,o]
# JavaScript
/GruntFile.js
/bower.json
/package.json
node_modules/**
# Testing
.coverage
.tox
coverage.xml
htmlcov
pep8.txt
# Mac OS X
*.DS_Store
# Editors
*.swp
*~
# Vagrant
/Vagrantfile
tools/vagrant/local.yml
.vagrant*
# Other
.tower_cycle
env/*
nohup.out
reports