mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
a4257e207c
Rather than hard-code the name and version in package.json, generate the file during the build process. The strings %NAME% and %VERSION% will be replaced with appropriate values during a new build target 'package.json'.
29 lines
348 B
Plaintext
29 lines
348 B
Plaintext
awx/settings/local_settings.py*
|
|
awx/*.sqlite3
|
|
awx/projects
|
|
awx/job_status
|
|
awx/public/media
|
|
awx/public/static
|
|
awx/ui/static/js/awx.min.js
|
|
awx/ui/static/css/awx.min.css
|
|
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
|
|
nohup.out
|
|
reports
|
|
package.json
|
|
*~
|