Skip to content

Commit

Permalink
[BEAM-12427] Ignore the AutoValue_* classes generated in "generated" …
Browse files Browse the repository at this point in the history
…folder from build process. Appears for sdks>java>io module.
  • Loading branch information
anantdamle committed May 29, 2021
1 parent 40326dd commit 10b6f34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
sdks/**/vendor/**/*
runners/**/vendor/**/*
**/.gradletasknamecache
**/generated/*

# Ignore files generated by the Maven build process.
**/bin/**/*
Expand Down

0 comments on commit 10b6f34

Please sign in to comment.