Skip to content

Commit 949f992

Browse files
author
SmartFlow Developer
committed
docs: add ci badge and improve ignore files
1 parent 5f70693 commit 949f992

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

.dockerignore

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,27 @@
1-
target/
1+
# Git
2+
.git/
3+
.github/
4+
.gitignore
5+
.gitmodules
6+
7+
# Build artifacts
8+
target/
9+
integration_logs/
10+
11+
# IDE
12+
.idea/
13+
.vscode/
14+
.DS_Store
15+
16+
# Documentation
17+
*.md
18+
assets/
19+
20+
# CI/Dev tools
21+
.config/
22+
Justfile
23+
lychee.toml
24+
rustfmt.toml
25+
26+
# Misc
27+
.dockerignore

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
target/
22
.idea/
3+
.vscode/
34
integration_logs/
45
.DS_Store

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
# Base Reth Node
44

5+
![CI](https://github.com/base/node-reth/actions/workflows/ci.yml/badge.svg)
6+
57
> [!WARNING]
68
> This repository is for development purposes. For production deployments, please use the releases referenced in [base/node](https://github.com/base/node/releases).
79

0 commit comments

Comments
 (0)