Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ CHANGELOG.md
!examples/condition/data.json
!examples/*/data.json
!examples/quickstart/data.json
# ignore playground files
playground.wasm
playground.wasm.gz
wasm_exec.js
build/playground/substation_logo.png

# Archive files
*.zip
Expand Down
4 changes: 4 additions & 0 deletions build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Contains importable Jsonnet functions for managing configurations.

Contains Docker build files for each application under [cmd/](/cmd/).

## playground

Contains files for deploying the playground webpage.

## terraform

Contains Terraform modules for deploying Substation pipelines.
Expand Down
Loading