Skip to content

Commit

Permalink
add /.cache-proxy to .gitignore
Browse files Browse the repository at this point in the history
It resovles flaky failures in GitHub Actions
  • Loading branch information
vlsi committed Jan 10, 2023
1 parent 5de0fb5 commit aee9e3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
# Ignore Gradle project-specific cache directory
.gradle

# burrunan/gradle-cache-action creates this folder, so ignore it until the folder moved to another location
/.cache-proxy

# macOS
.DS_Store

Expand Down

0 comments on commit aee9e3b

Please sign in to comment.