airshipui/.gitignore
Schiefelbein, Andrew a155654a44 Add TLS to the UI
1.  Add the libraries needed to do arbitrary https
2.  Update the main protocol to HTTPS and WSS
3.  Moved the UI conf file to the etc dir in the tree

Fixes 54

Change-Id: I142366f053e73fb413291af458c8b5dcb9ab388a
2020-08-24 16:43:18 -05:00

58 lines
661 B
Plaintext

# Coverage File
*.out
tools/bin
tools/*node*
# Generated binaries
bin
dist
/tmp
/out-tsc
/build
*.exe
# local conf files
etc/*.pem
etc/*.json
# 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