horizon/.gitignore
zhubx007 db15eef58d Add package-lock.json which generate by npm
After running tox, generate the package-lock.json
file by npm command.
So that, add it into .gitignore file.

Change-Id: I612a5225963007896b5c18d6cec535d0e09d934a
2018-08-08 17:55:21 +08:00

49 lines
952 B
Plaintext

*.egg*
*.mo
*.pot
*.pyc
*.sw?
*.sqlite3
*.lock
.environment_version
.selenium_log
.coverage*
.noseids
.DS_STORE
.DS_Store
/cover
coverage.xml
coverage-karma
nosetests.xml
*nose_results.html
pep8.txt
pylint.txt
# Files created by releasenotes build
releasenotes/build
reports
openstack_dashboard/local/*
!openstack_dashboard/local/local_settings.py.example
!openstack_dashboard/local/enabled/_50__settings.py.example
!openstack_dashboard/local/local_settings.d
openstack_dashboard/local/local_settings.d/*
!openstack_dashboard/local/local_settings.d/*.example
openstack_dashboard/test/.secret_key_store
openstack_dashboard/test/integration_tests/local-horizon.conf
openstack_dashboard/test/integration_tests/test_reports/
openstack_dashboard/wsgi/horizon.wsgi
openstack_dashboard/horizon_wsgi.py
doc/build/
/static/
integration_tests_screenshots/
.tox
node_modules
npm-debug.log
build
dist
AUTHORS
ChangeLog
tags
ghostdriver.log
.idea
package-lock.json