aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Dan Smilkov <dsmilkov@gmail.com>2015-12-15 14:48:46 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2015-12-15 14:48:46 -0800
commit1c1ff38d47281570444e2a2b75d7ed945d60e61e (patch)
tree6dc64c53d3b4c8db27cbff7bf37a554c61108a37
parentae93b88bcf35d7786eb3c1ebc7505c537fc47a50 (diff)
All standalone code for TensorBoard components should be written in typescript, and the compiled javascript code should be ignored.
Change: 110288218
-rw-r--r--tensorflow/tensorboard/.gitignore11
1 files changed, 3 insertions, 8 deletions
diff --git a/tensorflow/tensorboard/.gitignore b/tensorflow/tensorboard/.gitignore
index 343c2e963e..6e3fa183d1 100644
--- a/tensorflow/tensorboard/.gitignore
+++ b/tensorflow/tensorboard/.gitignore
@@ -15,11 +15,6 @@ components/*
# be in the repo.
components/tf-graph/demo/tf_model_zoo/*
-# Js files in the graph visualizer produces by the typescript
-# compiler and should not be submitted to the repo.
-components/tf-graph-common/lib/*.js
-components/tf-graph-common/lib/scene/*.js
-components/tf-event-dashboard/*.js
-components/tf-categorizer/*.js
-components/tf-dashboard-common/*.js
-components/**/tf-test/*.js
+# All standalone code for TensorBoard components should be written in
+# typescript, and the compiled javascript code should be ignored.
+components/tf-*/**/*.js