![Danny Massa](/assets/img/avatar_default.png)
Angular was added to organize the FE of the UI application better. In doing so I have rebuilt the build scripts, added a routing mechanism for the Go server to route and serve the compiled TS pages from Angular. Change-Id: I7ae2cacfd90372fa536b1639e5b54a8da786e2cd
54 lines
620 B
Plaintext
54 lines
620 B
Plaintext
# Coverage File
|
|
*.out
|
|
tools/bin
|
|
tools/*node*
|
|
|
|
# Generated binaries
|
|
bin
|
|
dist
|
|
/tmp
|
|
/out-tsc
|
|
/build
|
|
*.exe
|
|
|
|
# Only exists if Bazel was run
|
|
/bazel-out
|
|
|
|
# Node modules
|
|
node_modules
|
|
|
|
# profiling files
|
|
chrome-profiler-events*.json
|
|
speed-measure-plugin*.json
|
|
|
|
# IDEs and editors
|
|
.idea
|
|
.project
|
|
.classpath
|
|
.c9/
|
|
*.launch
|
|
.settings/
|
|
*.sublime-workspace
|
|
|
|
# IDE - VSCode
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
.history/*
|
|
|
|
# misc
|
|
/.sass-cache
|
|
/connect.lock
|
|
/coverage
|
|
/libpeerconnection.log
|
|
npm-debug.log
|
|
yarn-error.log
|
|
testem.log
|
|
/typings
|
|
|
|
# System Files
|
|
.DS_Store
|
|
Thumbs.db
|