Skip to content
Draft
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
2 changes: 2 additions & 0 deletions poc/vscode-fallout/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ out/
# copied from the repo root at pack time (single source of truth)
LICENSE
icon.png
# vendored from the sibling graph-control package at build time (npm run build:control)
media/fallout-graph-control.js
2 changes: 1 addition & 1 deletion poc/vscode-fallout/.vscodeignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.vscode/**
.gitignore
src/**
scripts/**
tsconfig.json
out/**/*.map
node_modules/**
!node_modules/mermaid/dist/mermaid.min.js
Loading