1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00
awx/.gitignore
Chris Houseknecht 91eff95842 Add Tower bootstrap CSS to repo
Not having this in the repo forces folks to go through the build process in their dev environments, which is proving to be a headache.
2014-06-20 11:04:36 -04:00

35 lines
461 B
Plaintext

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/css/awx.min.css
awx/main/fixtures
awx/tower_warnings.log
celerybeat-schedule
env/*
node_modules/**
build
deb-build
/dist
htmlcov
rpm-build
*.DS_Store
*.egg-info
*.py[c,o]
*.swp
.coverage
coverage.xml
pep8.txt
.vagrant*
.tox
.tower_cycle
nohup.out
reports
package.json
tools/vagrant/local.yml
*~