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/index.html
# 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
lib/js/**/*.js
