1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00
awx/.gitignore
Chris Houseknecht bc08d8f82a 2.0 styling
Started applying new styles starting with removal of tabs. Brought in new breadcrumb format and blended with inventory edit group breadcrumbs. Rather than attempting to override bootstrap styles after the fact, copied boostrap less file and started modifying those to create ansible-boostrap.css, as described in the boostrap documentation.
2014-06-18 13:42:25 -04:00

37 lines
505 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/ui/static/css/ansible-bootstrap.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
Vagrantfile
ansible.cfg
*~