14718ec544
This adds a gulp task that runs at the end of `gulp e2e` to copy the built production site into the 'reports/' directory. This directory will be uploaded to the log server during the npm test jobs and should be viewable from browsers for quick evaluation of client-side patches. A default config file is also included that points to the official http://health.openstack.org/ API server so this build preview can work against live data. Change-Id: Ideb59ae050f77dab99a4f025e27519fd0fd11f6f
67 lines
604 B
Plaintext
67 lines
604 B
Plaintext
# Project-specific ignores
|
|
.idea
|
|
node_modules
|
|
build
|
|
cover
|
|
./reports
|
|
app/js/templates.js
|
|
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
.eggs
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage*
|
|
!.coveragerc
|
|
.tox
|
|
nosetests.xml
|
|
.testrepository
|
|
.venv
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
# Complexity
|
|
output/*.html
|
|
output/*/index.html
|
|
|
|
# Sphinx
|
|
doc/build
|
|
|
|
# pbr generates these
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.*sw?
|
|
/nbproject/private/
|
|
|
|
# Debug
|
|
*.log
|