Skip to content

Commit 4618908

Browse files
committed
[NEW] added dashboard
1 parent 620c245 commit 4618908

File tree

9 files changed

+622
-10
lines changed

9 files changed

+622
-10
lines changed

.dockerignore

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Build artifacts
2+
target/
3+
*.log
4+
5+
# Git
6+
.git/
7+
.gitignore
8+
9+
# IDE
10+
.vscode/
11+
.idea/
12+
13+
# Documentation
14+
*.md
15+
!README.md
16+
17+
# Test files
18+
test-*
19+
benchmark*
20+
21+
# Dashboard
22+
ruststrom-dashboard/node_modules/
23+
ruststrom-dashboard/dist/
24+
25+
# OS
26+
.DS_Store

0 commit comments

Comments
 (0)