1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00
awx/.gitignore

28 lines
335 B
Plaintext
Raw Normal View History

2013-06-23 21:21:02 +04:00
awx/settings/local_settings.py*
awx/*.sqlite3
awx/projects
awx/job_status
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
env/*
node_modules/**
build
2013-06-24 09:16:00 +04:00
deb-build
/dist
htmlcov
2013-06-15 12:10:11 +04:00
rpm-build
2013-06-28 20:03:07 +04:00
*.DS_Store
*.egg-info
2013-03-13 23:15:35 +04:00
*.py[c,o]
*.swp
.coverage
coverage.xml
pep8.txt
2013-05-23 12:58:44 +04:00
.vagrant*
.tox
nohup.out
reports
2013-11-18 15:44:28 +04:00
*~