Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Ghazaryan authored and Martin Ghazaryan committed May 25, 2022
1 parent a3be314 commit 713c088
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Release

on:
# Enable manually triggering this workflow via the API or web UI
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
*.so
*.dylib

k6
.DS_Store

# Test binary, built with `go test -c`
*.test

Expand Down

0 comments on commit 713c088

Please sign in to comment.