Skip to content

Commit

Permalink
Add vendor folder to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Jan 8, 2024
1 parent ca313ff commit 5593147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ lane :sources_matrix do
end

lane :copyright do
update_copyright(ignore: [derived_data_path, source_packages_path])
update_copyright(ignore: [derived_data_path, source_packages_path, 'vendor/'])
next unless is_ci

branch_name = "ci/update-copyright-#{Time.now.to_i}"
Expand Down

0 comments on commit 5593147

Please sign in to comment.