Skip to content

Commit c5bfcd0

Browse files
committed
Initial commit.
0 parents  commit c5bfcd0

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Hidden files
2+
.*
3+
!.cargo
4+
!.github
5+
!.vscode
6+
!.env
7+
8+
# Config files
9+
/chirpstack-gateway-relay.toml
10+
11+
# Rust target directory
12+
/target
13+
14+
# IPK packages
15+
*.ipk
16+
/dist

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# ChirpStack Gateway Relay

0 commit comments

Comments
 (0)