aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/.gitignore
blob: 98b964254550f146b752efbb0cb11a0e95e28525 (plain)
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
node_modules/*
typings/*
build/*
dist/tf-tensorboard-demo.html

# Since bower components are stored in the same directory as
# tensorboard components, we ignore everything under components
# except our own components which start with tf-.
components/*
# This rule should always be in sync with TF_COMPONENTS_TYPESCRIPT_GLOB
# in gulpfile.js
!components/tf-*
!components/tf_*
!components/vz-*
!components/vz_*
!components/index.html
!components/BUILD
# Ignore the sample graph files since they are too large to
# be in the repo.
components/tf-graph/demo/tf_model_zoo/*

# All standalone code for TensorBoard components should be written in
# typescript, and the compiled javascript code should be ignored.
components/tf-*/**/*.js
components/tf_*/**/*.js
components/vz-*/**/*.js
components/vz_*/**/*.js