Skip to content

Commit

Permalink
add coverage.txt to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeLieutenant committed May 13, 2024
1 parent c67aabe commit 49f4ee0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ main ]
branches: [ master ]
pull_request:
branches: [ main ]
branches: [ master ]

jobs:
golangci:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ js/*

# Hidden script for development
scripts/internal/
.DS_Store
.DS_Store
coverage.txt

0 comments on commit 49f4ee0

Please sign in to comment.