Skip to content

Commit

Permalink
Merge pull request #5462 from snyk/chore/ignore-swift-artefacts
Browse files Browse the repository at this point in the history
chore: ignore swift artifacts
  • Loading branch information
thisislawatts authored Sep 4, 2024
2 parents ba7eaa8 + 183e7ac commit cc37b6a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
/test/acceptance/workspaces/**/project/
/test/acceptance/workspaces/**/target/
test/acceptance/workspaces/**/.gradle
test/acceptance/workspaces/**/.build
test/acceptance/workspaces/**/Package.resolved
test/**/.gradle
.iac-data
.dccache
Expand All @@ -46,7 +48,7 @@ tap-output
.tap
# Jest
coverage
test/fixtures/basic-swift/.build
test/fixtures/basic-swift/Package.resolved
test/fixtures/**/*/.build
test/fixtures/**/*/Package.resolved
scripts/Brewfile.lock.json
test/fixtures/**/go.sum

0 comments on commit cc37b6a

Please sign in to comment.