Skip to content

Commit 83a3741

Browse files
committed
[LOCAL] Fix root gitignore, add remaining debugger-frontend assets
1 parent fccbc53 commit 83a3741

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,4 @@ fix_*.patch
179179

180180
/packages/debugger-shell/build/
181181
/packages/*/dist/
182+
!/packages/debugger-frontend/dist/
87.1 KB
Loading

packages/debugger-shell/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Dependencies
2+
/node_modules
3+
4+
# Build output
5+
/build
6+
/dist

0 commit comments

Comments
 (0)