Skip to content

Commit

Permalink
Add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mzampetakis committed Feb 7, 2024
1 parent e55675f commit 2b6f9b8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# IDE meta files
.vscode
.idea

# Mac OS X files
.DS_Store

# Binaries for programs and plugins
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary
*.test

# Output of the go coverage tool
*.out

# Dependency directories
vendor/

# Configuration
.env

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Radicle GitHub Actions Adapter

An adapter for the Radicle Broker that report back to the broker the results from GitHub Actions than are executed
for each push.
An adapter for the Radicle CI Broker (`rad:zwTxygwuz5LDGBq255RA2CbNGrz8`) that will report back to the broker the
results from GitHub Actions than are executed for each push.

## Documentation

Expand Down

0 comments on commit 2b6f9b8

Please sign in to comment.