forked from tensorflow/tfjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
77 lines (72 loc) · 1.63 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
*.log
*.tar.gz
*.tgz
*.zip
*/diff
*/run-ci
**/*.pyc
**/bundle.js
**/.parcel-cache
**/*.js.map
.DS_Store
.idea/
.nyc_output/
.rpt2_cache/
.cache/
.yalc/
.vscode/ipch/
/compiled_api.js
bazel-out/
bazel-*
build-tmp-napi-v*/
build/
clone/
coverage/
demo/train-*
deps/
dist/
tfjs-layers/integration_tests/tfjs2keras/test-data/
tfjs-layers/integration/typescript/yarn.lock
e2e/integration_tests/create_save_predict_data
e2e/integration_tests/convert_predict_data
e2e/integration_tests/metadata
e2e/scripts/storage
e2e/scripts/htpasswd
e2e/benchmarks/browserstack-benchmark/browsers.json
e2e/benchmarks/browserstack-benchmark/benchmark_parameters.json
e2e/benchmarks/browserstack-benchmark/benchmark_results.json
e2e/benchmarks/browserstack-benchmark/benchmark_results.js
e2e/benchmarks/browserstack-benchmark/benchmark_test_results.json
tfjs-converter/python/tensorflowjs.egg-info
tfjs-inference/binaries
# Ignore the src, binding, scripts of tfjs-node-gpu since it is copied over when
# building.
/tfjs-node-gpu/src
/tfjs-node-gpu/binding
/tfjs-node-gpu/scripts
/tfjs-node-gpu/binding.gyp
# This gets autogenerated during publishing of the union package.
tfjs/README.md
lib/
local.log
node_modules/
npm-debug.log
package
package-lock.json
release-notes.md
tensorflow-tfjs-*.tgz
tfjs-backend-wasm/dist
tfjs-backend-wasm/wasm-out/*.js
tfjs-backend-wasm/wasm-out/*.wasm
yalc.lock
yarn-error.log
cloudbuild_generated.yml
wasm-dist/
.firebase/
# e2e custom modules
e2e/custom_module/blazeface/custom_tfjs_blazeface
e2e/custom_module/dense_model/custom_tfjs
e2e/custom_module/universal_sentence_encoder/custom_tfjs
# User-specific .bazelrc
.bazelrc.user
**/.parcel-cache