-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
130 lines (97 loc) · 2.58 KB
/
.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# Logs
onnx-talk/logs
onnx-talk/*.log
onnx-talk/npm-debug.log*
onnx-talk/yarn-debug.log*
onnx-talk/yarn-error.log*
onnx-talk/lerna-debug.log*
onnx-talk/.pnpm-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html)
onnx-talk/report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# Runtime data
onnx-talk/pids
onnx-talk/*.pid
onnx-talk/*.seed
onnx-talk/*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
onnx-talk/lib-cov
# Coverage directory used by tools like istanbul
onnx-talk/coverage
onnx-talk/*.lcov
# nyc test coverage
onnx-talk/.nyc_output
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
onnx-talk/.grunt
# Bower dependency directory (https://bower.io/)
onnx-talk/bower_components
# node-waf configuration
onnx-talk/.lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)
onnx-talk/build/Release
# Dependency directories
onnx-talk/node_modules/
onnx-talk/jspm_packages/
# Snowpack dependency directory (https://snowpack.dev/)
onnx-talk/web_modules/
# TypeScript cache
onnx-talk/*.tsbuildinfo
# Optional npm cache directory
onnx-talk/.npm
# Optional eslint cache
onnx-talk/.eslintcache
# Optional stylelint cache
onnx-talk/.stylelintcache
# Microbundle cache
onnx-talk/.rpt2_cache/
onnx-talk/.rts2_cache_cjs/
onnx-talk/.rts2_cache_es/
onnx-talk/.rts2_cache_umd/
# Optional REPL history
onnx-talk/.node_repl_history
# Output of 'npm pack'
onnx-talk/*.tgz
# Yarn Integrity file
onnx-talk/.yarn-integrity
# dotenv environment variable files
onnx-talk/.env
onnx-talk/.env.development.local
onnx-talk/.env.test.local
onnx-talk/.env.production.local
onnx-talk/.env.local
# parcel-bundler cache (https://parceljs.org/)
onnx-talk/.cache
onnx-talk/.parcel-cache
# Next.js build output
onnx-talk/.next
onnx-talk/out
# Nuxt.js build / generate output
onnx-talk/.nuxt
onnx-talk/dist
# Gatsby files
onnx-talk/.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public
# vuepress build output
onnx-talk/.vuepress/dist
# vuepress v2.x temp and cache directory
onnx-talk/.temp
onnx-talk/.cache
# Docusaurus cache and generated files
onnx-talk/.docusaurus
# Serverless directories
onnx-talk/.serverless/
# FuseBox cache
onnx-talk/.fusebox/
# DynamoDB Local files
onnx-talk/.dynamodb/
# TernJS port file
onnx-talk/.tern-port
# Stores VSCode versions used for testing VSCode extensions
onnx-talk/.vscode-test
# yarn v2
onnx-talk/.yarn/cache
onnx-talk/.yarn/unplugged
onnx-talk/.yarn/build-state.yml
onnx-talk/.yarn/install-state.gz
onnx-talk/.pnp.*