Skip to content

Commit

Permalink
add .class to be always local (#2888)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Oct 30, 2024
1 parent 76d51c4 commit ef15671
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/+add-class.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add .class to be always local
1 change: 1 addition & 0 deletions mirrord/layer/src/file/filter/read_local_by_default.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pub fn regex_set_builder() -> RegexSetBuilder {
r"^.+\.pyc$",
r"^.+\.py$",
r"^.+\.jar$",
r"^.+\.class$",
r"^.+\.js$",
r"^.+\.pth$",
r"^.+\.plist$",
Expand Down

0 comments on commit ef15671

Please sign in to comment.