[javascript][client] Add gitignore to template (#7438)

* [javascript][client] add gitignore template file

* [javascript][client] update samples
This commit is contained in:
Fabio Mazzone
2020-09-17 11:18:27 +02:00
committed by GitHub
parent 6909c888d2
commit 6a4aed91ca
5 changed files with 72 additions and 2 deletions

View File

@@ -0,0 +1,33 @@
# Logs
logs
*.log
npm-debug.log*
# Runtime data
pids
*.pid
*.seed
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# node-waf configuration
.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directory
node_modules
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history

View File

@@ -1,4 +1,5 @@
.babelrc
.gitignore
.travis.yml
README.md
docs/AdditionalPropertiesClass.md