Skip to content

Commit b1c9669

Browse files
committed
feat(trogon-github): GitHub webhook receiver → NATS JetStream
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
1 parent c70081c commit b1c9669

13 files changed

Lines changed: 2161 additions & 109 deletions

File tree

rsworkspace/.dockerignore

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Rust build artifacts — largest offender, can be many GBs
2+
target/
3+
4+
# Dev tooling
5+
.git/
6+
.github/
7+
.cargo/
8+
9+
# Test/CI artifacts
10+
lcov.info
11+
coverage.xml
12+
*.profraw
13+
*.profdata
14+
mutants.out*/
15+
16+
# IDE / OS
17+
.idea/
18+
.vscode/
19+
.DS_Store
20+
Thumbs.db
21+
*.swp
22+
*.swo
23+
24+
# Environment files with secrets
25+
.env
26+
.env.*
27+
!.env.example

0 commit comments

Comments
 (0)