Files
js-openstack-lib/.gitignore
Michael Krotscheck 84f2f31693 Added *.tgz to .gitignore files
`npm pack` creates a tarball, which is not ignored by gitignore and
thus causes the assert-no-extra-files job to error (silently). This
adds these files to the .gitignore.

Change-Id: Ia1360973acabdec347e9ca449eb9c17d8e416860
2016-07-19 11:59:17 -07:00

43 lines
462 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
# Runtime data
pids
*.pid
*.seed
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Test reporting directories used by zuul
cover
reports
# Project output directories
package
dist
www
*.tgz
# Dependency directories
node_modules
bower_components
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history
# IDE files
*.iml
.idea
# OS-specific
.DS_Store
# Doc build
doc/build