forked from watson-developer-cloud/node-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
44 lines (44 loc) · 913 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
node_modules
npm-debug.log
npm-debug.log.*
coverage
.DS_Store
test/resources/auth.js
test/resources/-auth.js # to make sure tests run without the auth file
test/resources/tts-output.ogg
test/resources/visual_recognition.prepop/images
test/resources/cc_input_auth_file.json
test/resources/cc_output_auth_file.json
test/resources/secrets.tar
.idea
doc/
.vscode/
dist/
.env
.eslintcache
examples/speech_to_text_microphone_input/*.wav
examples/speech_to_text_microphone_input/*.txt
lib/*.js
conversation/*.js
dialog/*.js
discovery/*.js
language-translator/*.js
natural-language-classifier/*.js
natural-language-understanding/*.js
personality-insights/*.js
tone-analyzer/*.js
visual-recognition/*.js
text-to-speech/*.js
speech-to-text/*.js
authorization/*.js
assistant/*.js
compare-comply/*.js
iam-token-manager/*.js
index.js
sdk.js
.nyc_output
**/*.d.ts
!*/blob.d.ts
**/*.js.map
coverage.lcov
.swagger-codegen-ignore